The logrotate script that came with ulogd assumed that killall was located in /bin...
authorKevin Webb <kcwebb@ucsd.edu>
Mon, 1 Feb 2010 22:42:35 +0000 (22:42 +0000)
committerKevin Webb <kcwebb@ucsd.edu>
Mon, 1 Feb 2010 22:42:35 +0000 (22:42 +0000)
ulogd.logrotate

index 2e8392d..13ecd2d 100644 (file)
@@ -4,6 +4,6 @@
     missingok
     sharedscripts
     postrotate
-       /bin/killall -HUP ulogd 2> /dev/null || true
+       /usr/bin/killall -HUP ulogd 2> /dev/null || true
     endscript
 }