diff options
Diffstat (limited to 'package/tinyproxy/files')
-rw-r--r-- | package/tinyproxy/files/tinyproxy.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinyproxy/files/tinyproxy.postinst b/package/tinyproxy/files/tinyproxy.postinst index 903927e49..639dad599 100644 --- a/package/tinyproxy/files/tinyproxy.postinst +++ b/package/tinyproxy/files/tinyproxy.postinst @@ -3,4 +3,4 @@ gid=$(get_next_gid) add_user tinyproxy $(get_next_uid) $gid /etc/tinyproxy add_group tinyproxy $gid -add_rcconf tinyproxy tinyproxy NO +add_rcconf tinyproxy NO |