X-Git-Url: https://git.tld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=lighttpd.init;fp=lighttpd.init;h=eb9751be624f5d878f4c63b8b8c90d6061604a27;hp=026a23048dbb93659d539e9ebc70dd958f7956e5;hb=26fea3db2dc643f86c9df1999b23b430571e17f5;hpb=57f3e316a667299f3c382656ce27e7452823dd7a diff --git a/lighttpd.init b/lighttpd.init index 026a230..eb9751b 100755 --- a/lighttpd.init +++ b/lighttpd.init @@ -10,6 +10,8 @@ # Source function library . /etc/rc.d/init.d/functions +upstart_controlled + # Get network config . /etc/sysconfig/network @@ -38,7 +40,7 @@ configtest() { if [ -n "$out" ]; then # make it unique, format nicely out=$(echo "$out" | sort -u | xargs | sed -e 's/ /, /g') - echo >&2 "WARNING: found deprecated '$out', convert to 'url.rewrite-final' recommended, See http://redmine.lighttpd.net/issues/2379" + echo >&2 "WARNING: found deprecated '$out', convert to 'url.rewrite-once' recommended, See https://redmine.lighttpd.net/issues/2379" fi env SHELL=/bin/sh $DAEMON -t -f $CONFIGFILE $HTTPD_OPTS