commit eda1edc6c9843e33833793238218e625fe4aec26
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Jan 29 12:29:41 2019 +0200

    url rewrite warning, the recommended new keyword is url.rewrite-once

 lighttpd.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/eda1edc6c9843e33833793238218e625fe4aec26

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to