From 932ab3fe704b6949bf8e32b993a223fa77c102da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 17 Sep 2005 01:23:44 +0000 Subject: [PATCH] - correction for detecting conf.d apache support Changed files: apache1-mod_watch.spec -> 1.23 --- apache1-mod_watch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache1-mod_watch.spec b/apache1-mod_watch.spec index 3fe6016..8b34200 100644 --- a/apache1-mod_watch.spec +++ b/apache1-mod_watch.spec @@ -81,7 +81,7 @@ if [ "$1" = "0" ]; then fi %triggerpostun -- %{name} < 3.18-1.1 -if grep -q '^Include conf\.d' /etc/apache/apache.conf; then +if grep -q '^Include conf\.d/\*\.conf' /etc/apache/apache.conf; then %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 sed -i -e ' /^Include.*mod_%{mod_name}\.conf/d -- 2.44.0