wok-next diff squidguard/receipt @ rev 18542

Up slitaz-boot-scripts(414), tazlito(388)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Nov 05 22:33:44 2015 +0100 (2015-11-05)
parents 2f33548ee20c
children 9e01bc6321ea
line diff
     1.1 --- a/squidguard/receipt	Mon Jun 29 11:35:51 2015 +0200
     1.2 +++ b/squidguard/receipt	Thu Nov 05 22:33:44 2015 +0100
     1.3 @@ -78,6 +78,6 @@
     1.4  
     1.5  check_config()
     1.6  {
     1.7 -	echo "http://www.example.com 192.168.0.6/- - GET" | \
     1.8 -		squidGuard -c /etc/squidGuard/squidGuard.conf -d
     1.9 +	su -c 'echo "http://www.example.com 192.168.0.6/- - GET" | \
    1.10 +		squidGuard -c /etc/squidGuard/squidGuard.conf -d' nobody
    1.11  }