]> git.pld-linux.org Git - packages/clusternfs.git/blobdiff - clusternfs.spec
- spaces -> tabs
[packages/clusternfs.git] / 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
-        /etc/rc.d/init.d/clusternfs restart >&2
+       /etc/rc.d/init.d/clusternfs restart >&2
 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
-        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
This page took 0.042699 seconds and 4 git commands to generate.