invalid remctl command
svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=1164
+sipb-xen-remctl-auto (1.5) unstable; urgency=low
+
+ * Distinguish between Xen errors and invalid commands by returning a
+ completely outlandish error code that's not likely to conflict with
+ anything
+
+ -- Evan Broder <broder@mit.edu> Wed, 22 Oct 2008 00:47:50 -0400
+
sipb-xen-remctl-auto (1.4) unstable; urgency=low
* Correctly extract the CDROM image from the remctl arguments
;;
*)
echo "ERROR: invalid subcommand"
- exit 1
+ exit 34
;;
esac
;;
*)
echo "ERROR: invalid command"
- exit 1
+ exit 34
;;
esac