wok-next diff privoxy/receipt @ rev 8958
Up: swig to 2.0.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 01 19:05:20 2011 +0000 (2011-03-01) |
parents | aa3552f39564 |
children | 505eee76b73b |
line diff
1.1 --- a/privoxy/receipt Mon Nov 15 19:18:09 2010 +0000 1.2 +++ b/privoxy/receipt Tue Mar 01 19:05:20 2011 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 # Have to create privoxy user/group to be able to compile 1.7 - adduser privoxy -s /bin/false -H -D 1.8 + adduser -s /bin/false -H -D -u 42 privoxy 1.9 1.10 cd $src 1.11 1.12 @@ -50,7 +50,7 @@ 1.13 # adduser privoxy if needed 1.14 if ! grep -q privoxy $1/etc/passwd; then 1.15 echo -n "Adding user privoxy..." 1.16 - chroot $1/ adduser privoxy -s /bin/false -H -D 1.17 + chroot $1/ adduser -s /bin/false -H -D -u 42 privoxy 1.18 status 1.19 fi 1.20