diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2010-01-15 21:03:30 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2010-01-15 21:03:30 (GMT) |
commit | 75aed93d0d9f4394496ef8a742bfdc9e5e66f815 (patch) | |
tree | d5e4e94d3a4d520afebb24e29ef65bea3ea17d35 /abs | |
parent | 7d7bcd790005393dee1ef619ee784f540cf80227 (diff) | |
download | linhes_pkgbuild-75aed93d0d9f4394496ef8a742bfdc9e5e66f815.zip linhes_pkgbuild-75aed93d0d9f4394496ef8a742bfdc9e5e66f815.tar.gz linhes_pkgbuild-75aed93d0d9f4394496ef8a742bfdc9e5e66f815.tar.bz2 |
lirc-utils: fix logrotation
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/lirc-utils/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/lirc-utils/lirc.logrotate | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/abs/core-testing/lirc-utils/PKGBUILD b/abs/core-testing/lirc-utils/PKGBUILD index afcfb81..c4d5759 100644 --- a/abs/core-testing/lirc-utils/PKGBUILD +++ b/abs/core-testing/lirc-utils/PKGBUILD @@ -3,7 +3,7 @@ pkgname=lirc-utils pkgver=0.8.5CVS -pkgrel=6 +pkgrel=7 pkgdesc="Linux Infrared Remote Control utils" arch=(i686 x86_64) url="http://www.lirc.org/" diff --git a/abs/core-testing/lirc-utils/lirc.logrotate b/abs/core-testing/lirc-utils/lirc.logrotate index 623c4f3..df97c60 100644 --- a/abs/core-testing/lirc-utils/lirc.logrotate +++ b/abs/core-testing/lirc-utils/lirc.logrotate @@ -2,4 +2,7 @@ missingok notifempty delaycompress + postrotate + /usr/bin/killall -HUP -q lircd + endscript } |