]> git.pld-linux.org Git - packages/clusternfs.git/commitdiff
- spaces -> tabs
authorankry <ankry@pld-linux.org>
Fri, 22 Aug 2003 15:33:14 +0000 (15:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clusternfs.spec -> 1.10

clusternfs.spec

index 5b59adf32b615ba420e8dceb92b82d3e4ae1a239..262899bb73ceedd554801c2d21f9254c1edd5aff 100644 (file)
@@ -64,17 +64,17 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/chkconfig --add clusternfs
 if [ -r /var/lock/subsys/clusternfs ]; then
 %post
 /sbin/chkconfig --add clusternfs
 if [ -r /var/lock/subsys/clusternfs ]; then
-        /etc/rc.d/init.d/clusternfs restart >&2
+       /etc/rc.d/init.d/clusternfs restart >&2
 else
 else
-        echo "Run \"/etc/rc.d/init.d/clusternfs start\" to start nfs daemon."
+       echo "Run \"/etc/rc.d/init.d/clusternfs start\" to start nfs daemon."
 fi
 
 %preun
 if [ "$1" = "0" ]; then
 fi
 
 %preun
 if [ "$1" = "0" ]; then
-        if [ -r /var/lock/subsys/clusternfs ]; then
-                /etc/rc.d/init.d/clusternfs stop >&2
-        fi
-        /sbin/chkconfig --del clusternfs
+       if [ -r /var/lock/subsys/clusternfs ]; then
+               /etc/rc.d/init.d/clusternfs stop >&2
+       fi
+       /sbin/chkconfig --del clusternfs
 fi
 
 %files
 fi
 
 %files
This page took 0.043408 seconds and 4 git commands to generate.