]> git.pld-linux.org Git - packages/aumix.git/commitdiff
- cleaning
authorankry <ankry@pld-linux.org>
Sun, 4 May 2003 20:17:13 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aumix.init -> 1.6

aumix.init

index 7bc510571ffaba982b4500bdc5602a39068b397f..b3ef744d1165c65e01f0c1cc634bc218af5358de 100644 (file)
@@ -46,7 +46,7 @@ case "$1" in
                exit 1
        fi      
         ;;
-  restart)
+  restart|reload)
         $0 stop
        $0 start
         ;;
@@ -87,7 +87,7 @@ case "$1" in
         fi
         ;;
   *)
-       msg_usage "$0 {start|stop|restart|save|restore|status}"
+       msg_usage "$0 {start|stop|restart|reload|save|restore|status}"
         exit 1
 esac
 
This page took 0.032776 seconds and 4 git commands to generate.