From 1be6ebb92966edeea8a49f34a5e2e664f86c2946 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 2 Dec 2009 19:48:18 +0100 Subject: finetune iptables, tinyproxy and dansguardian --- package/tinyproxy/files/tinyproxy.postinst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/tinyproxy/files/tinyproxy.postinst') diff --git a/package/tinyproxy/files/tinyproxy.postinst b/package/tinyproxy/files/tinyproxy.postinst index 4965f625d..903927e49 100644 --- a/package/tinyproxy/files/tinyproxy.postinst +++ b/package/tinyproxy/files/tinyproxy.postinst @@ -1,3 +1,6 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh +gid=$(get_next_gid) +add_user tinyproxy $(get_next_uid) $gid /etc/tinyproxy +add_group tinyproxy $gid add_rcconf tinyproxy tinyproxy NO -- cgit v1.2.3