diff options
Diffstat (limited to 'package/privoxy/files/privoxy.postinst')
-rw-r--r-- | package/privoxy/files/privoxy.postinst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/privoxy/files/privoxy.postinst b/package/privoxy/files/privoxy.postinst index 105b430c2..6f23e0f88 100644 --- a/package/privoxy/files/privoxy.postinst +++ b/package/privoxy/files/privoxy.postinst @@ -1,7 +1,6 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh - gid=$(get_next_gid) add_user privoxy $(get_next_uid) $gid /etc/privoxy add_group privoxy $gid -add_rcconf privoxy privoxy NO +add_rcconf privoxy NO |