From faf792e601d8fbdc79ed66db96c0cfe93047d110 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 20 Sep 2018 10:36:17 +0300 Subject: [PATCH] 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.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 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 -- 2.44.0