[packages/squid] allowed killall digest_pw_auth to fail silently

gotar gotar at pld-linux.org
Fri Aug 1 09:22:10 CEST 2014


commit 23d1109ed3dfeb613c3db0d1883a7918cda1a91e
Author: Tomasz Pala <gotar at pld-linux.org>
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



More information about the pld-cvs-commit mailing list