wok-6.x diff squidguard/receipt @ rev 18724

lynis 2.1.1 + receipt change: download at new place, but website link works still
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Dec 18 13:06:39 2015 +0000 (2015-12-18)
parents 2f33548ee20c
children 9e01bc6321ea
line diff
     1.1 --- a/squidguard/receipt	Mon Jun 29 11:35:51 2015 +0200
     1.2 +++ b/squidguard/receipt	Fri Dec 18 13:06:39 2015 +0000
     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  }