]> git.pld-linux.org Git - packages/inn.git/commitdiff
- don't care if inn cannot be stopped (it's ok)
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 12 Mar 2001 16:53:22 +0000 (16:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inn.logrotate -> 1.6

inn.logrotate

index a25d0e038186cc0dcf85884c083ca78036f077c2..0269ba5779f7e758593974e7780b7ee8c93976ec 100644 (file)
@@ -14,7 +14,7 @@
        olddir /var/log/archiv/news
        create 640 news news
        prerotate
-               ctlinnd -s pause "Flushing log and syslog files"
+               ctlinnd -s pause "Flushing log and syslog files" || :
        endscript
        postrotate
                ctlinnd -s go "Flushing log and syslog files"
@@ -25,7 +25,7 @@
        olddir /var/log/archiv/news
        create 640 news news
        prerotate
-               ctlinnd -s pause "Flushing log and syslog files"
+               ctlinnd -s pause "Flushing log and syslog files" || :
        endscript
        postrotate
                ctlinnd -s go "Flushing log and syslog files"
This page took 0.167133 seconds and 4 git commands to generate.