The logrotate script that came with ulogd assumed that killall was located in /bin...
[distributedratelimiting.git] / 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
 }