summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
5e72397)
svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=1097
+sipb-xen-remctl-auto (1.3.1) unstable; urgency=low
+
+ * Quote the installer arguments correctly
+
+ -- Evan Broder <broder@mit.edu> Fri, 10 Oct 2008 01:47:54 -0400
+
sipb-xen-remctl-auto (1.3) unstable; urgency=low
* Respond to remctl install requests by passing the options onto Xen
sipb-xen-remctl-auto (1.3) unstable; urgency=low
* Respond to remctl install requests by passing the options onto Xen
# sipb-xen-vmcontrol MACHINE ACTION
#
# remctl should have already verified that the user is authorized to
# sipb-xen-vmcontrol MACHINE ACTION
#
# remctl should have already verified that the user is authorized to
xm list "$MACHINE" >/dev/null 2>/dev/null && echo "$MACHINE already exists" && exit 1
fi
if [ "$ACTION" = "install" ]; then
xm list "$MACHINE" >/dev/null 2>/dev/null && echo "$MACHINE already exists" && exit 1
fi
if [ "$ACTION" = "install" ]; then
- xm create sipb-database machine_name="$ORIGMACHINE" installer_options=\""$*"\"
+ xm create sipb-database machine_name="$ORIGMACHINE" installer_options="$(printf '%q ' "$@")"
# elif [ "$ACTION" = "copy" ]; then
# sipb-xen-duplicate ...etc...
elif [ -n "$ARG" ]; then
# elif [ "$ACTION" = "copy" ]; then
# sipb-xen-duplicate ...etc...
elif [ -n "$ARG" ]; then