X-Git-Url: http://git.pld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=lighttpd.init;fp=lighttpd.init;h=eb9751be624f5d878f4c63b8b8c90d6061604a27;hp=93353b6588e5070f1a07b0c6e819c726d7971998;hb=eda1edc6c9843e33833793238218e625fe4aec26;hpb=fdef6bedf4475fb8eb821d8d4c61313ad554da63 diff --git a/lighttpd.init b/lighttpd.init index 93353b6..eb9751b 100755 --- a/lighttpd.init +++ b/lighttpd.init @@ -40,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