]> git.pld-linux.org Git - packages/clusternfs.git/commitdiff
- typo, cosmetics
authorankry <ankry@pld-linux.org>
Fri, 4 Jul 2003 12:07:31 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clusternfs.init -> 1.7

clusternfs.init

index ef2b8edfc2d20e4ee3672c2067c62125fe43d92f..bcdce08d2d7580843f70a128ead6d1189addf971 100644 (file)
@@ -32,7 +32,7 @@ RETVAL=0
 #See how we were called.
 case "$1" in
   start)
 #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
        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
        ;;
                msg_not_running ClusterNFS
        fi
        ;;
-  status
+  status)
        ;;
   restart|force-reload)
        ;;
   restart|force-reload)
-       $0 stop
+       $0 stop
        $0 start
        exit $?
        ;;
   *)
        $0 start
        exit $?
        ;;
   *)
-       msg_usage "$0 {start|stop|restart|force-reload|status}"
+       msg_usage "$0 {start|stop|restart|force-reload|status}"
        exit 3
 esac
 
        exit 3
 esac
 
This page took 0.051855 seconds and 4 git commands to generate.