]> git.pld-linux.org Git - packages/fetchmail.git/commitdiff
- Corrected killall location: /usr/bin/killall -> /bin/killall.
authormkochano <mkochano@pld-linux.org>
Mon, 9 Apr 2001 08:00:47 +0000 (08:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fetchmail.logrotate -> 1.3

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.047248 seconds and 4 git commands to generate.