diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-08-12 13:02:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:46 +0700 |
commit | 1b4b316c56021aa50684103f751b88929448add8 (patch) | |
tree | 64a04ac40afce5ae8d32f4115f1c74aa194952b5 /network/lighttpd/doinst.sh | |
parent | 73a5930ef0e62632e556e4d9a67b66e67973e393 (diff) |
network/lighttpd: Refactor configuration, changed maintainer.
Added the optional dependency lua.
Fixed php.ini location in README.SLACKWARE and hardcoded
lighttpd user (thanks to Andrzej Telszewski)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/lighttpd/doinst.sh')
-rw-r--r-- | network/lighttpd/doinst.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/lighttpd/doinst.sh b/network/lighttpd/doinst.sh index f606c2f077a7..15d061192f87 100644 --- a/network/lighttpd/doinst.sh +++ b/network/lighttpd/doinst.sh @@ -18,10 +18,6 @@ if [ -e etc/rc.d/rc.lighttpd ]; then mv etc/rc.d/rc.lighttpd.new.incoming etc/rc.d/rc.lighttpd.new fi -config etc/lighttpd/lighttpd.conf.new -config etc/logrotate.d/lighttpd.new -config etc/rc.d/rc.lighttpd.new - # Create dummy logfiles, but throw them away if logfiles are already here: for i in access error ; do if [ -e var/log/lighttpd/${i}.log ]; then @@ -31,3 +27,7 @@ for i in access error ; do fi done +config etc/logrotate.d/lighttpd.new +config etc/rc.d/rc.lighttpd.new +config etc/lighttpd/lighttpd.conf.new +config etc/lighttpd/modules.conf.new |