From d6c4ce373bbfb54d03105d3411e3bba98c0b265c Mon Sep 17 00:00:00 2001 From: Boris Parak Date: Wed, 30 Apr 2014 21:51:02 +0200 Subject: [PATCH] Added `status` to init script usage msgs --- share/pkgs/Debian/opennebula-econe | 2 +- share/pkgs/Debian/opennebula-occi | 2 +- share/pkgs/Debian/opennebula-sunstone | 2 +- share/pkgs/Ubuntu/opennebula-econe | 2 +- share/pkgs/Ubuntu/opennebula-occi | 2 +- share/pkgs/Ubuntu/opennebula-sunstone | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/pkgs/Debian/opennebula-econe b/share/pkgs/Debian/opennebula-econe index e600edc1ad..31003b2b0d 100755 --- a/share/pkgs/Debian/opennebula-econe +++ b/share/pkgs/Debian/opennebula-econe @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac diff --git a/share/pkgs/Debian/opennebula-occi b/share/pkgs/Debian/opennebula-occi index 2907984805..abb26d4d36 100755 --- a/share/pkgs/Debian/opennebula-occi +++ b/share/pkgs/Debian/opennebula-occi @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac diff --git a/share/pkgs/Debian/opennebula-sunstone b/share/pkgs/Debian/opennebula-sunstone index 1148a37f6f..b1fa0e8ce2 100755 --- a/share/pkgs/Debian/opennebula-sunstone +++ b/share/pkgs/Debian/opennebula-sunstone @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac diff --git a/share/pkgs/Ubuntu/opennebula-econe b/share/pkgs/Ubuntu/opennebula-econe index e600edc1ad..31003b2b0d 100755 --- a/share/pkgs/Ubuntu/opennebula-econe +++ b/share/pkgs/Ubuntu/opennebula-econe @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac diff --git a/share/pkgs/Ubuntu/opennebula-occi b/share/pkgs/Ubuntu/opennebula-occi index 2907984805..abb26d4d36 100755 --- a/share/pkgs/Ubuntu/opennebula-occi +++ b/share/pkgs/Ubuntu/opennebula-occi @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac diff --git a/share/pkgs/Ubuntu/opennebula-sunstone b/share/pkgs/Ubuntu/opennebula-sunstone index 1148a37f6f..b1fa0e8ce2 100755 --- a/share/pkgs/Ubuntu/opennebula-sunstone +++ b/share/pkgs/Ubuntu/opennebula-sunstone @@ -98,7 +98,7 @@ case "$1" in esac ;; *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac