summaryrefslogtreecommitdiffstats
path: root/patches/logrotate-3.7.1/man-189243.patch
blob: 2f454cff4eef51202139933003d082193e4ccb5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Fix location of killall in the examples. (Closes: #189243)

---
 logrotate.8 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: logrotate-3.7.1/logrotate.8
===================================================================
--- logrotate-3.7.1.orig/logrotate.8
+++ logrotate-3.7.1/logrotate.8
@@ -83,7 +83,7 @@ compress
     rotate 5
     weekly
     postrotate
-        /sbin/killall -HUP syslogd
+        /usr/bin/killall -HUP syslogd
     endscript
 }
 
@@ -93,7 +93,7 @@ compress
     size=100k
     sharedscripts
     postrotate
-        /sbin/killall -HUP httpd
+        /usr/bin/killall -HUP httpd
     endscript
 }