diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-09 05:49:23 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-08-09 05:49:23 (GMT) |
commit | 6df792244a366dca60e2cccb12efae45d60a0de0 (patch) | |
tree | b04e3cba417a9d88a483d3468031ce20714b21cf /abs/core-testing/linhes-scripts | |
parent | 8579eeee58a864b783a732cf85b8145511255456 (diff) | |
download | linhes_pkgbuild-6df792244a366dca60e2cccb12efae45d60a0de0.zip linhes_pkgbuild-6df792244a366dca60e2cccb12efae45d60a0de0.tar.gz linhes_pkgbuild-6df792244a366dca60e2cccb12efae45d60a0de0.tar.bz2 |
linhes-script:fixed logrotation file.
Diffstat (limited to 'abs/core-testing/linhes-scripts')
-rw-r--r-- | abs/core-testing/linhes-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/linhes-scripts/src/pause_mythcommflag | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD index a2adaa5..f9029de 100644 --- a/abs/core-testing/linhes-scripts/PKGBUILD +++ b/abs/core-testing/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=1 -pkgrel=19 +pkgrel=20 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') diff --git a/abs/core-testing/linhes-scripts/src/pause_mythcommflag b/abs/core-testing/linhes-scripts/src/pause_mythcommflag index da9e659..c20f9b0 100755 --- a/abs/core-testing/linhes-scripts/src/pause_mythcommflag +++ b/abs/core-testing/linhes-scripts/src/pause_mythcommflag @@ -4,4 +4,5 @@ notifempty copytruncate compress + missingok } |