wok-current rev 8011
Changed user privoxy to user id 42 in privoxy receipt.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jan 19 00:02:05 2011 +0000 (2011-01-19) |
parents | 12a52aa27c9e |
children | d0c6a2d1c542 |
files | privoxy/receipt |
line diff
1.1 --- a/privoxy/receipt Tue Jan 18 21:13:09 2011 +0000 1.2 +++ b/privoxy/receipt Wed Jan 19 00:02:05 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