]> git.pld-linux.org Git - packages/flixengine.git/commitdiff
- add status
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 28 Dec 2006 17:49:53 +0000 (17:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flixengine.init -> 1.5

flixengine.init

index 295e07d42713761cddc6a44e53bb21d2714a78a3..aefbb656aee26bb30789adcdfc9167cdb5ead587 100644 (file)
@@ -70,8 +70,12 @@ restart)
        sleep 1
        start
        ;;
+status)
+       status flixd
+       RETVAL=$?
+       ;;
 *)
-       msg_usage "$0 {start|stop|restart}"
+       msg_usage "$0 {start|stop|restart|status}"
        exit 3
        ;;
 esac
This page took 0.097752 seconds and 4 git commands to generate.