commit 23d1109ed3dfeb613c3db0d1883a7918cda1a91e
Author: Tomasz Pala <[email protected]>
Date: Fri Aug 1 09:20:37 2014 +0200
allowed killall digest_pw_auth to fail silently
squid.logrotate | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/squid.logrotate b/squid.logrotate
index 2a2403c..ea84348 100644
--- a/squid.logrotate
+++ b/squid.logrotate
@@ -19,7 +19,7 @@
postrotate
# signal Squid to restart logging with the new files
/usr/sbin/squid -k rotate
-# /bin/killall digest_pw_auth
+# /bin/killall digest_pw_auth 2>/dev/null || :
endscript
sharedscripts
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/squid.git/commitdiff/23d1109ed3dfeb613c3db0d1883a7918cda1a91e
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit