]> git.pld-linux.org Git - packages/bb4.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:
    bb4.init -> 1.4

bb4.init

index a8fb6a201e0183d933b833d13e4f4573160569f8..176aef1468b33129a13ad25e4b015505f816e79b 100644 (file)
--- a/bb4.init
+++ b/bb4.init
@@ -57,15 +57,16 @@ case "$1" in
                exit 1
        fi
        ;;
+  status)
+       ;;
   restart|reload)
        $0 stop
        $0 start
        ;;
   *)
-       msg_usage "$0 {start|stop|restart}"
+       msg_usage "$0 {start|stop|restart|reload|status}"
        exit 1
        ;;
 esac
 
 exit $RETVAL
-
This page took 0.027234 seconds and 4 git commands to generate.