]> TLD Linux GIT Repositories - packages/logrotate.git/blob - logrotate-man.patch
8b2956d28407418ca1f9d12f6baf69bc79a25883
[packages/logrotate.git] / logrotate-man.patch
1 --- logrotate-3.12.3/logrotate.8.in~    2017-07-02 20:26:48.000000000 +0300
2 +++ logrotate-3.12.3/logrotate.8.in     2017-07-02 20:27:25.062722303 +0300
3 @@ -104,7 +104,7 @@
4      rotate 5
5      weekly
6      postrotate
7 -        /usr/bin/killall \-HUP syslogd
8 +        /bin/killall \-HUP syslogd
9      endscript
10  }
11  
12 @@ -114,7 +114,7 @@
13      size 100k
14      sharedscripts
15      postrotate
16 -        /usr/bin/killall \-HUP httpd
17 +        /bin/killall \-HUP httpd
18      endscript
19  }
20  
21 @@ -146,7 +146,7 @@
22  \fI/var/log/messages\fR. The log will go through five weekly rotations before
23  being removed. After the log file has been rotated (but before the old
24  version of the log has been compressed), the command 
25 -\fI/usr/bin/killall \-HUP syslogd\fR will be executed.
26 +\fI/bin/killall \-HUP syslogd\fR will be executed.
27  
28  The next section defines the parameters for both
29  \fI/var/log/httpd/access.log\fR and \fI/var/log/httpd/error.log\fR.