]> git.pld-linux.org Git - packages/apache1-mod_watch.git/commitdiff
- spaces->tabs
authorpaladine <paladine@pld-linux.org>
Thu, 4 Nov 2004 13:31:52 +0000 (13:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    apache1-mod_watch.spec -> 1.18

apache1-mod_watch.spec

index 0e4fc6b2aa94a97981fdc1281ef42f4efb2dd49e..08ea962fbd986906c0d43435b1d33aa4d9992974 100644 (file)
@@ -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
This page took 0.081474 seconds and 4 git commands to generate.