From: paladine Date: Thu, 4 Nov 2004 13:31:52 +0000 (+0000) Subject: - spaces->tabs X-Git-Tag: auto/ac/apache-mod_watch-4_03-4~1 X-Git-Url: http://git.pld-linux.org/cgi-bin/gitweb.cgi?p=packages%2Fapache1-mod_watch.git;a=commitdiff_plain;h=8532f574090610b8b221ede7722ea8fd7fd4da60 - spaces->tabs - cosmetics Changed files: apache1-mod_watch.spec -> 1.18 --- diff --git a/apache1-mod_watch.spec b/apache1-mod_watch.spec index 0e4fc6b..08ea962 100644 --- a/apache1-mod_watch.spec +++ b/apache1-mod_watch.spec @@ -64,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT %post %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 if [ -f %{_sysconfdir}/apache.conf ] && \ - ! grep -q "^Include.*mod_watch.conf" %{_sysconfdir}/apache.conf; then + ! 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