]> git.pld-linux.org Git - packages/apache1-mod_accounting.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_accounting.spec -> 1.23

apache1-mod_accounting.spec

index 2a382d64c27a213faf3f564f3fca77ed24367cce..f1b5d3ccb61af813cb45178a3082df8e24780da4 100644 (file)
@@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f /etc/apache/apache.conf ] && ! grep -q "^Include.*mod_accounting.conf" /etc/apache/apache.conf; then
-        echo "Include /etc/apache/mod_accounting.conf" >> /etc/apache/apache.conf
+       echo "Include /etc/apache/mod_accounting.conf" >> /etc/apache/apache.conf
 fi
 if [ -f /var/lock/subsys/apache ]; then
        /etc/rc.d/init.d/apache restart 1>&2
@@ -65,9 +65,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_accounting.conf" /etc/apache/apache.conf > \
-                /etc/apache/apache.conf.tmp
-        mv -f /etc/apache/apache.conf.tmp /etc/apache/apache.conf
+       grep -v "^Include.*mod_accounting.conf" /etc/apache/apache.conf > \
+               /etc/apache/apache.conf.tmp
+       mv -f /etc/apache/apache.conf.tmp /etc/apache/apache.conf
        if [ -f /var/lock/subsys/apache ]; then
                /etc/rc.d/init.d/apache restart 1>&2
        fi
This page took 0.089843 seconds and 4 git commands to generate.