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/lighttpd/files | |
parent | b02bbc72e9d77922bcbae48fd682aaac66122c44 (diff) |
simplify add_rcconf
Diffstat (limited to 'package/lighttpd/files')
-rw-r--r-- | package/lighttpd/files/lighttpd.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lighttpd/files/lighttpd.postinst b/package/lighttpd/files/lighttpd.postinst index 559ccb61c..cde198858 100644 --- a/package/lighttpd/files/lighttpd.postinst +++ b/package/lighttpd/files/lighttpd.postinst @@ -1,7 +1,7 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf lighttpd lighttpd NO -add_rcconf lighttpd_flags lighttpd_flags "-f /etc/lighttpd/lighttpd.conf" +add_rcconf lighttpd NO +add_rcconf lighttpd_flags "-f /etc/lighttpd/lighttpd.conf" gid=$(get_next_gid) add_user lighttpd $(get_next_uid) $gid /srv/www add_group lighttpd $gid |