From a9fef897b6fee7ab96dc21fa25a3d908324464a8 Mon Sep 17 00:00:00 2001 From: radek Date: Sun, 5 Sep 2004 16:44:01 +0000 Subject: [PATCH] - fixed paths Changed files: apache1-mod_watch.spec -> 1.15 --- apache1-mod_watch.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apache1-mod_watch.spec b/apache1-mod_watch.spec index c317271..3ae86d8 100644 --- a/apache1-mod_watch.spec +++ b/apache1-mod_watch.spec @@ -63,9 +63,9 @@ rm -rf $RPM_BUILD_ROOT %post %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 -if [ -f %{_sysconfdir}/apache/apache.conf ] && \ - ! grep -q "^Include.*mod_watch.conf" %{_sysconfdir}/apache/apache.conf; then - echo Include %{_sysconfdir}/apache/mod_watch.conf >> %{_sysconfdir}/apache/apache.conf +if [ -f %{_sysconfdir}/apache.conf ] && \ + ! grep -q "^Include.*mod_watch.conf" %{_sysconfdir}/apache.conf; then + echo "Include %{_sysconfdir}/mod_watch.conf" >> %{_sysconfdir}/apache.conf fi if [ -f /var/lock/subsys/apache ]; then /etc/rc.d/init.d/apache restart 1>&2 @@ -77,9 +77,9 @@ fi if [ "$1" = "0" ]; then %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 umask 027 - grep -v "^Include.*mod_watch.conf" %{_sysconfdir}/apache/apache.conf > \ - %{_sysconfdir}/apache/apache.conf.tmp - mv -f %{_sysconfdir}/apache/apache.conf.tmp /etc/apache/apache.conf + grep -v "^Include.*mod_watch.conf" %{_sysconfdir}/apache.conf > \ + %{_sysconfdir}/apache.conf.tmp + mv -f %{_sysconfdir}/apache.conf.tmp %{_sysconfdir}/apache.conf if [ -f /var/lock/subsys/apache ]; then /etc/rc.d/init.d/apache restart 1>&2 fi -- 2.43.0