fix usage message in std-init.sh 0.0.20
authorGreg Price <price@mit.edu>
Sat, 31 Jan 2009 19:37:22 +0000 (14:37 -0500)
committerGreg Price <price@mit.edu>
Sat, 31 Jan 2009 19:37:22 +0000 (14:37 -0500)
svn path=/trunk/packages/invirt-base/; revision=2061

debian/changelog
files/lib/init/std-init.sh

index 6db8750..6210c79 100644 (file)
@@ -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 <price@mit.edu>  Sat, 31 Jan 2009 03:20:37 -0500
+ -- Greg Price <price@mit.edu>  Sat, 31 Jan 2009 14:35:04 -0500
 
 invirt-base (0.0.19) unstable; urgency=low
 
index 499dc99..855ef23 100644 (file)
@@ -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
 }