From: Greg Price Date: Sat, 31 Jan 2009 19:37:22 +0000 (-0500) Subject: fix usage message in std-init.sh X-Git-Tag: 0.0.20^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/refs/tags/0.0.20 fix usage message in std-init.sh svn path=/trunk/packages/invirt-base/; revision=2061 --- diff --git a/debian/changelog b/debian/changelog index 6db8750..6210c79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ invirt-base (0.0.20) unstable; urgency=low * depend on remctl-client + * fix usage message in std-init.sh * fix whitespace in debathena.list - -- Greg Price Sat, 31 Jan 2009 03:20:37 -0500 + -- Greg Price Sat, 31 Jan 2009 14:35:04 -0500 invirt-base (0.0.19) unstable; urgency=low diff --git a/files/lib/init/std-init.sh b/files/lib/init/std-init.sh index 499dc99..855ef23 100644 --- a/files/lib/init/std-init.sh +++ b/files/lib/init/std-init.sh @@ -25,9 +25,9 @@ have_reload() usage_exit() { if have_reload; then - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 - else echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2 + else + echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 fi exit 3 }