[packages/lighttpd] - 1.4.50 breaks include_shell with our scriptlet, use glob include
glen
glen at pld-linux.org
Thu Sep 20 09:36:25 CEST 2018
commit d71e30e21b3124e156682ab9536e9a2d18f15f8a
Author: Marcin Krol <hawk at tld-linux.org>
Date: Thu Aug 23 10:32:07 2018 +0000
- 1.4.50 breaks include_shell with our scriptlet, use glob include
lighttpd.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lighttpd.conf b/lighttpd.conf
index 04973ff..37c6f85 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -182,9 +182,9 @@ server.groupname = "lighttpd"
#connection.kbytes-per-second = 32
# webapps config
-include_shell "for f in webapps.d/*.conf; do [ -f \"$f\" ] && echo \"include \\"$f\\"\"; done; exit 0"
+include "webapps.d/*.conf"
# vhosts config
-include_shell "for f in vhosts.d/*.conf; do [ -f \"$f\" ] && echo \"include \\"$f\\"\"; done; exit 0"
+include "vhosts.d/*.conf"
## EOF
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/faf792e601d8fbdc79ed66db96c0cfe93047d110
More information about the pld-cvs-commit
mailing list