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

coda.venus.init

index 711ca0e5c03d7fed9e777de13ca16d0bfc5e92a7..b41edc3a7e6c622dd30d33402904a51eb4d8e0c9 100644 (file)
@@ -25,7 +25,7 @@ fi
 
 RETVAL=0
 case "$1" in
-       start)
+  start)
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/venus ]; then
                msg_starting venus
@@ -38,7 +38,7 @@ case "$1" in
                msg_already_running venus
        fi
        ;;
-       stop)
+  stop)
        if [ -f /var/lock/subsys/venus ]; then
                msg_stopping venus
                killproc venus
@@ -58,7 +58,6 @@ case "$1" in
   *)
        msg_usage "$0 {start|stop|restart|force-reload|status}"
        exit 3
-       ;;
 esac
 
 exit $RETVAL
This page took 0.069933 seconds and 4 git commands to generate.