summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lirc-utils
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2010-01-15 21:03:30 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2010-01-15 21:03:30 (GMT)
commit75aed93d0d9f4394496ef8a742bfdc9e5e66f815 (patch)
treed5e4e94d3a4d520afebb24e29ef65bea3ea17d35 /abs/core-testing/lirc-utils
parent7d7bcd790005393dee1ef619ee784f540cf80227 (diff)
downloadlinhes_pkgbuild-75aed93d0d9f4394496ef8a742bfdc9e5e66f815.zip
linhes_pkgbuild-75aed93d0d9f4394496ef8a742bfdc9e5e66f815.tar.gz
linhes_pkgbuild-75aed93d0d9f4394496ef8a742bfdc9e5e66f815.tar.bz2
lirc-utils: fix logrotation
Diffstat (limited to 'abs/core-testing/lirc-utils')
-rw-r--r--abs/core-testing/lirc-utils/PKGBUILD2
-rw-r--r--abs/core-testing/lirc-utils/lirc.logrotate3
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
}