wok diff squidguard/receipt @ rev 18525

Up poedit(1.8.6), add poedit-i18n (Poedit localization files)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 26 18:17:02 2015 +0200 (2015-10-26)
parents 2f33548ee20c
children 9e01bc6321ea
line diff
     1.1 --- a/squidguard/receipt	Mon Jun 29 11:35:51 2015 +0200
     1.2 +++ b/squidguard/receipt	Mon Oct 26 18:17:02 2015 +0200
     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  }