wok diff postfix/receipt @ rev 2388

Add: squid-auth-helpers
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Mar 09 23:59:03 2009 +0100 (2009-03-09)
parents 2b197a75fa24
children 30a2f8a2ce99
line diff
     1.1 --- a/postfix/receipt	Sat Jan 31 14:45:11 2009 +0000
     1.2 +++ b/postfix/receipt	Mon Mar 09 23:59:03 2009 +0100
     1.3 @@ -66,7 +66,7 @@
     1.4  	# addgroup postfix if needed
     1.5  	if ! grep -q postfix $1/etc/group; then
     1.6  		echo -n "Adding group postfix..."
     1.7 -		chroot $1/ addgroup postfix && addgroup postfix postfix
     1.8 +		chroot $1/ sh -c 'addgroup postfix && addgroup postfix postfix'
     1.9  		status
    1.10  	fi
    1.11  	# addgroup postdrop if needed