]> git.pld-linux.org Git - packages/apache1-mod_gzip.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_gzip.spec -> 1.31

apache1-mod_gzip.spec

index 3716201116f64e5907e18d88b900b1fc8253fb48..b5a28123ad971b2ae51765f45ea42e6b4f0a433b 100644 (file)
@@ -57,7 +57,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_%{mod_name}.conf" /etc/apache/apache.conf; then
-        echo "Include /etc/apache/mod_%{mod_name}.conf" >> /etc/apache/apache.conf
+       echo "Include /etc/apache/mod_%{mod_name}.conf" >> /etc/apache/apache.conf
 fi
 if [ -f /var/lock/subsys/apache ]; then
        /etc/rc.d/init.d/apache restart 1>&2
@@ -68,8 +68,8 @@ if [ "$1" = "0" ]; then
        %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
        umask 027
        grep -v "^Include.*mod_%{mod_name}.conf" /etc/apache/apache.conf > \
-                /etc/apache/apache.conf.tmp
-        mv -f /etc/apache/apache.conf.tmp /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.097937 seconds and 4 git commands to generate.