]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
use blob include for conf.d as well auto/th/lighttpd-1.4.50-5
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 20 Sep 2018 07:36:17 +0000 (10:36 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 20 Sep 2018 07:36:17 +0000 (10:36 +0300)
lighttpd.conf
lighttpd.spec

index 37c6f85f1629b575ff4ac80faaf8288c22d09f0d..e86ff08679d684ce9a393c75e9d02825eafe28e9 100644 (file)
@@ -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
index add1b3ed5e15ea311928274e4fbc49e9db74e478..fb659bd64bf361146a284cd7d755ce74040fee02 100644 (file)
@@ -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
This page took 0.067845 seconds and 4 git commands to generate.