]> git.pld-linux.org Git - packages/clusternfs.git/commitdiff
- updated
authorankry <ankry@pld-linux.org>
Fri, 2 May 2003 23:38:06 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clusternfs.init -> 1.3

clusternfs.init

index 7a5c0aeeee8eaf3622f9e4036d0eaa4774b74327..c7d37ecd50f2b0ee10ed9c9e51ba85f61638fbe0 100644 (file)
@@ -40,6 +40,7 @@ case "$1" in
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/clusternfs
        else
                msg_already_running ClusterNFS
+               exit 1
        fi
        ;;
   stop)
@@ -52,8 +53,11 @@ case "$1" in
                rm -f /var/lock/subsys/clusternfs
        else
                msg_not_running ClusterNFS
+               exit 1
        fi
        ;;
+  status
+       ;;
   restart|reload)
        $0 stop
        $0 start
This page took 0.117852 seconds and 4 git commands to generate.