]> git.pld-linux.org Git - packages/squid.git/commitdiff
- Corrected killall location. Now it's /bin/killall.
authormkochano <mkochano@pld-linux.org>
Mon, 9 Apr 2001 08:18:55 +0000 (08:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid.logrotate -> 1.4

squid.logrotate

index 8c15485aeef2520204cd88105cb509cc27bb6624..27f2d6fa8d08921d74254a931cd7da6e91f51fc2 100644 (file)
@@ -6,7 +6,7 @@
        create 660 root squid
        postrotate
                # signal Squid to restart logging with the new files
-               /usr/bin/killall -USR1 squid
+               /bin/killall -USR1 squid
        endscript
 }
 
@@ -18,6 +18,6 @@
        create 660 root squid
        postrotate
                # signal Squid to restart logging with the new files
-               /usr/bin/killall -USR1 squid
+               /bin/killall -USR1 squid
        endscript
 }
This page took 0.077088 seconds and 4 git commands to generate.