X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=lighttpd.init;h=026a23048dbb93659d539e9ebc70dd958f7956e5;hb=fc6d9212765e910a655eee61397087f2e1a0c2bd;hp=aaf4d5fae66946360f8b500221b0320f8a21e928;hpb=95835267f409ea5ac3106694680113f1a041f7f4;p=packages%2Flighttpd.git diff --git a/lighttpd.init b/lighttpd.init index aaf4d5f..026a230 100755 --- a/lighttpd.init +++ b/lighttpd.init @@ -10,8 +10,6 @@ # Source function library . /etc/rc.d/init.d/functions -upstart_controlled - # Get network config . /etc/sysconfig/network @@ -40,7 +38,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' recommented, See http://redmine.lighttpd.net/issues/2379" + echo >&2 "WARNING: found deprecated '$out', convert to 'url.rewrite-final' recommended, See http://redmine.lighttpd.net/issues/2379" fi env SHELL=/bin/sh $DAEMON -t -f $CONFIGFILE $HTTPD_OPTS