]> git.pld-linux.org Git - packages/fetchmail.git/blobdiff - fetchmail.logrotate
- Corrected killall location: /usr/bin/killall -> /bin/killall.
[packages/fetchmail.git] / fetchmail.logrotate
index 0d4243c1d314b5d5301aea8af25bea0764b64ee7..3a7f90607f9c0873639345ee69f72fd712519a5e 100644 (file)
@@ -1,5 +1,5 @@
 /var/log/fetchmail {
     postrotate
-       /usr/bin/killall -HUP fetchmaild || :
+       /bin/killall -HUP fetchmaild || :
     endscript
 }
This page took 0.047595 seconds and 4 git commands to generate.