X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=logrotate-man.patch;h=47668998903e43bc858940248993532b6babe68e;hb=refs%2Fheads%2Fmaster;hp=8b2956d28407418ca1f9d12f6baf69bc79a25883;hpb=798ac60987edac803c9b059fe46e95beb6663d02;p=packages%2Flogrotate.git diff --git a/logrotate-man.patch b/logrotate-man.patch index 8b2956d..4766899 100644 --- a/logrotate-man.patch +++ b/logrotate-man.patch @@ -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 } @@ -14,16 +14,16 @@ 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.