[packages/lighttpd] minor typo fix in initscript
glen
glen at pld-linux.org
Sat Jul 21 23:34:14 CEST 2018
commit 85a2698926f30b4378927f46b7a579202eef443a
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Sun Jul 22 00:34:06 2018 +0300
minor typo fix in initscript
lighttpd.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lighttpd.init b/lighttpd.init
index aaf4d5f..93353b6 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' 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/85a2698926f30b4378927f46b7a579202eef443a
More information about the pld-cvs-commit
mailing list