]> TLD Linux GIT Repositories - packages/logrotate.git/blobdiff - logrotate-man.patch
- updated to 3.21.0
[packages/logrotate.git] / logrotate-man.patch
index 8b2956d28407418ca1f9d12f6baf69bc79a25883..47668998903e43bc858940248993532b6babe68e 100644 (file)
@@ -1,11 +1,11 @@
---- logrotate-3.12.3/logrotate.8.in~   2017-07-02 20:26:48.000000000 +0300
-+++ logrotate-3.12.3/logrotate.8.in    2017-07-02 20:27:25.062722303 +0300
+--- logrotate-3.18.1/logrotate.8.in~   2021-05-22 12:57:51.000000000 +0300
++++ logrotate-3.18.1/logrotate.8.in    2021-05-22 12:58:20.837620211 +0300
 @@ -104,7 +104,7 @@
      rotate 5
      weekly
      postrotate
 -        /usr/bin/killall \-HUP syslogd
-+        /bin/killall \-HUP syslogd
++        killall \-HUP syslogd
      endscript
  }
  
      sharedscripts
      postrotate
 -        /usr/bin/killall \-HUP httpd
-+        /bin/killall \-HUP httpd
++        killall \-HUP httpd
      endscript
  }
  
-@@ -146,7 +146,7 @@
- \fI/var/log/messages\fR. The log will go through five weekly rotations before
- being removed. After the log file has been rotated (but before the old
- version of the log has been compressed), the command 
+@@ -178,7 +178,7 @@
+ \fI/var/log/messages\fR.  The log will go through five weekly rotations before
+ being removed.  After the log file has been rotated (but before the old
+ version of the log has been compressed), the command
 -\fI/usr/bin/killall \-HUP syslogd\fR will be executed.
-+\fI/bin/killall \-HUP syslogd\fR will be executed.
++\fIkillall \-HUP syslogd\fR will be executed.
  
  The next section defines the parameters for both
  \fI/var/log/httpd/access.log\fR and \fI/var/log/httpd/error.log\fR.