From: radek Date: Sun, 5 Sep 2004 16:44:01 +0000 (+0000) Subject: - fixed paths X-Git-Tag: auto/ac/apache1-mod_watch-3_18-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_watch.git;a=commitdiff_plain;h=a9fef897b6fee7ab96dc21fa25a3d908324464a8 - fixed paths Changed files: apache1-mod_watch.spec -> 1.15 --- 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