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/lighttpd/files/lighttpd.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/lighttpd') 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 -- cgit v1.2.3