diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-04 10:36:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-04 10:36:41 +0200 |
commit | 2d7666cde27141b6fd3d4f9d156253324fd56633 (patch) | |
tree | bbbb6d7b237b7b8dd3416c13f045cb766fadc5bb /package/tinyproxy/files/tinyproxy.postinst | |
parent | b02bbc72e9d77922bcbae48fd682aaac66122c44 (diff) |
simplify add_rcconf
Diffstat (limited to 'package/tinyproxy/files/tinyproxy.postinst')
-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 |