]> git.pld-linux.org Git - packages/apache-mod_fcgid.git/commitdiff
- spaces->tabs
authorpaladine <paladine@pld-linux.org>
Thu, 4 Nov 2004 20:22:40 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_fcgid.spec -> 1.10

apache-mod_fcgid.spec

index 8cdf169d47a2e9bd04bf602ee018836d4bca38cc..d1e4d78be0f87321863e54fb4212a5d8d53f95e0 100644 (file)
@@ -55,16 +55,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 if [ -f /var/lock/subsys/httpd ]; then
-        /etc/rc.d/init.d/httpd restart 1>&2
+       /etc/rc.d/init.d/httpd restart 1>&2
 else
-        echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache HTTP daemon."
+       echo "Run \"/etc/rc.d/init.d/httpd start\" to start apache HTTP daemon."
 fi
 
 %preun
 if [ "$1" = "0" ]; then
-        if [ -f /var/lock/subsys/httpd ]; then
-                /etc/rc.d/init.d/httpd restart 1>&2
-        fi
+       if [ -f /var/lock/subsys/httpd ]; then
+               /etc/rc.d/init.d/httpd restart 1>&2
+       fi
 fi
 
 %files
This page took 0.093731 seconds and 4 git commands to generate.