]> git.pld-linux.org Git - packages/fetchmail.git/commitdiff
- Restart using rc script. Fetchmail does not reopen it's log after SIGHUP.
authormkochano <mkochano@pld-linux.org>
Sun, 4 Nov 2001 00:50:51 +0000 (00:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Note that in previous version name of daemon was wrong.

Changed files:
    fetchmail.logrotate -> 1.4

fetchmail.logrotate

index 3a7f90607f9c0873639345ee69f72fd712519a5e..220571dcc6ee5bcebe340789216edb7992b78b26 100644 (file)
@@ -1,5 +1,5 @@
 /var/log/fetchmail {
     postrotate
-       /bin/killall -HUP fetchmaild || :
+       /etc/rc.d/init.d/fetchmail restart >/dev/null 2>&1
     endscript
 }
This page took 0.035907 seconds and 4 git commands to generate.