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

autolog.init

index 6496bdba1f9d608bec0123ce50c0cb5c37ec9c01..0f27e3b16572c7097dc0d6e28a1a88971ab1aea9 100755 (executable)
@@ -34,15 +34,15 @@ case "$1" in
                exit 1
        fi
        ;;
-  restart)
+  restart|reload)
        $0 stop
        $0 start
        ;;
   status)
        status autolog
        ;;
-    *)
-       echo "Usage: $0 {start|stop|status|restart}"
+  *)
+       msg_usage "$0 {start|stop||restart|reload|status}"
        exit 1
 esac
 
This page took 0.027681 seconds and 4 git commands to generate.