]> git.pld-linux.org Git - packages/apache1-mod_bandwidth.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_bandwidth.spec -> 1.11

apache1-mod_bandwidth.spec

index a5d098ee59236650555b5f1009d8531ca4f356a8..affa9279fc281f32aadb8b974dd0df69e7864c33 100644 (file)
@@ -66,7 +66,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
This page took 0.05393 seconds and 4 git commands to generate.