]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- 1.4.50 breaks include_shell with our scriptlet, use glob include
authorMarcin Krol <hawk@tld-linux.org>
Thu, 23 Aug 2018 10:32:07 +0000 (10:32 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 20 Sep 2018 07:35:50 +0000 (10:35 +0300)
lighttpd.conf

index 04973ff445b31f3a191048935b579288fc80d85e..37c6f85f1629b575ff4ac80faaf8288c22d09f0d 100644 (file)
@@ -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
This page took 0.033827 seconds and 4 git commands to generate.