[packages/lighttpd] use blob include for conf.d as well

glen glen at pld-linux.org
Thu Sep 20 09:36:30 CEST 2018


commit faf792e601d8fbdc79ed66db96c0cfe93047d110
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu Sep 20 10:36:17 2018 +0300

    use blob include for conf.d as well

 lighttpd.conf | 2 +-
 lighttpd.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index add1b3e..fb659bd 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -42,7 +42,7 @@ Summary:	Fast and light HTTP server
 Summary(pl.UTF-8):	Szybki i lekki serwer HTTP
 Name:		lighttpd
 Version:	1.4.50
-Release:	4
+Release:	5
 License:	BSD
 Group:		Networking/Daemons/HTTP
 Source0:	https://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
diff --git a/lighttpd.conf b/lighttpd.conf
index 37c6f85..e86ff08 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -1,7 +1,7 @@
 # lighttpd configuration file.
 
 # modules config
-include_shell "for f in conf.d/*.conf; do [ -f \"$f\" ] && echo \"include \\"$f\\"\"; done; exit 0"
+include "conf.d/*.conf"
 
 ## a static document-root, for virtual-hosting take look at the
 ## server.virtual-* options
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list