]> git.pld-linux.org Git - packages/clusternfs.git/blobdiff - clusternfs.init
- typo, cosmetics
[packages/clusternfs.git] / clusternfs.init
index ef2b8edfc2d20e4ee3672c2067c62125fe43d92f..bcdce08d2d7580843f70a128ead6d1189addf971 100644 (file)
@@ -32,7 +32,7 @@ RETVAL=0
 #See how we were called.
 case "$1" in
   start)
-       # Check if the service is already running?
+       # Check if the service is already running?
        if [ ! -f /var/lock/subsys/clusternfs ]; then
                msg_starting "ClusterNFS ($prog_mntd)"
                daemon /usr/sbin/rpc.mountd $OPTIONS_MNTD
@@ -59,15 +59,15 @@ case "$1" in
                msg_not_running ClusterNFS
        fi
        ;;
-  status
+  status)
        ;;
   restart|force-reload)
-       $0 stop
+       $0 stop
        $0 start
        exit $?
        ;;
   *)
-       msg_usage "$0 {start|stop|restart|force-reload|status}"
+       msg_usage "$0 {start|stop|restart|force-reload|status}"
        exit 3
 esac
 
This page took 0.064598 seconds and 4 git commands to generate.