From 2d7666cde27141b6fd3d4f9d156253324fd56633 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 4 May 2014 10:36:41 +0200 Subject: simplify add_rcconf --- package/privoxy/files/privoxy.postinst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/privoxy/files') 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 -- cgit v1.2.3