From fd583b289a2673ae3b84a68c6f060ec5a0d7891e Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 20 Nov 2008 22:46:50 -0500 Subject: [PATCH 1/1] Update remctl help with new reboot mechanism svn path=/trunk/packages/invirt-remote-server/; revision=1724 --- debian/changelog | 6 ++++++ files/usr/sbin/invirt-remctl-help | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6864c99..3f13ae1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-remote-server (0.1.2) unstable; urgency=low + + * Update remctl help with new reboot functionality + + -- Evan Broder Thu, 20 Nov 2008 10:57:39 -0500 + invirt-remote-server (0.1.1) unstable; urgency=low * Now that we're doing real caching, cache for less time diff --git a/files/usr/sbin/invirt-remctl-help b/files/usr/sbin/invirt-remctl-help index 2295f77..33c67a6 100755 --- a/files/usr/sbin/invirt-remctl-help +++ b/files/usr/sbin/invirt-remctl-help @@ -14,7 +14,7 @@ help = [ ('destroy', 'shut down your VM, hard (with xm destroy)'), ('shutdown', 'shut down your VM, softly if paravm (with xm shutdown)'), ('create', 'start up your VM (with xm create)'), - ('reboot', 'reboot your VM (with xm destroy and xm create)'), + ('reboot', 'reboot your VM (with xm reboot)'), ('install', 'autoinstall your VM (takes a series of key=value pairs; \n\t\tvalid arguments include mirror, dist, arch, imagesize,\n\t\tand noinstall)'), #also CD images on create/reboot ] -- 1.7.9.5