[packages/lighttpd] url rewrite warning, the recommended new keyword is url.rewrite-once

glen glen at pld-linux.org
Tue Jan 29 11:30:21 CET 2019


commit eda1edc6c9843e33833793238218e625fe4aec26
Author: Elan Ruusamäe <glen at pld-linux.org>
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



More information about the pld-cvs-commit mailing list