Fix sipb-xen-vmcontrol to know about the new magic error code sipb-xen-remctl-auto/1.5.1
authorEvan Broder <broder@mit.edu>
Wed, 22 Oct 2008 04:51:53 +0000 (00:51 -0400)
committerEvan Broder <broder@mit.edu>
Wed, 22 Oct 2008 04:51:53 +0000 (00:51 -0400)
svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=1167

debian/changelog
files/usr/sbin/sipb-xen-vmcontrol

index e98f615..c1a29f1 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-remctl-auto (1.5.1) unstable; urgency=low
+
+  * Return the new invalid-command error code in sipb-xen-vmcontrol
+
+ -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:51:34 -0400
+
 sipb-xen-remctl-auto (1.5) unstable; urgency=low
 
   * Distinguish between Xen errors and invalid commands by returning a
 sipb-xen-remctl-auto (1.5) unstable; urgency=low
 
   * Distinguish between Xen errors and invalid commands by returning a
index 081afd2..0c20109 100755 (executable)
@@ -42,6 +42,6 @@ case "$ACTION" in
        ;;
     *)
         echo "ERROR: Invalid Command"
        ;;
     *)
         echo "ERROR: Invalid Command"
-        exit 1
+        exit 34
         ;;
 esac
         ;;
 esac