[packages/apache/feat/conf-modules] trigger: use Include as main conf

glen glen at pld-linux.org
Fri Oct 18 14:45:40 CEST 2019


commit 2e8d47c654049ecd3369b87c8fb1c0cfef0f2473
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sat May 4 22:45:25 2019 +0300

    trigger: use Include as main conf

 apache.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/apache.spec b/apache.spec
index d293a41..dfd023e 100644
--- a/apache.spec
+++ b/apache.spec
@@ -3133,7 +3133,7 @@ if [ $1 -le 1 ]; then
 fi
 
 if ! grep -qi '^Include conf.modules.d/' %{_sysconfdir}/apache.conf; then
-	%{__sed} -i -e '/[Ii]nclude.*conf\.d/ i IncludeOptional conf.modules.d/*.conf' %{_sysconfdir}/apache.conf
+	%{__sed} -i -e '/[Ii]nclude.*conf\.d/ i Include conf.modules.d/*.conf' %{_sysconfdir}/apache.conf
 fi
 
 od=%{_sysconfdir}/conf.d
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/e9270fffcc3edf3d5a2b49d50e4524dc0e2813ea



More information about the pld-cvs-commit mailing list