From: ankry Date: Fri, 4 Jul 2003 12:07:31 +0000 (+0000) Subject: - typo, cosmetics X-Git-Url: http://git.pld-linux.org/?p=packages%2Fclusternfs.git;a=commitdiff_plain;h=9c74ad107c438c50823fdac4d1433634f06e2e6b - typo, cosmetics Changed files: clusternfs.init -> 1.7 --- diff --git a/clusternfs.init b/clusternfs.init index ef2b8ed..bcdce08 100644 --- a/clusternfs.init +++ b/clusternfs.init @@ -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