From: Evan Broder Date: Wed, 12 Nov 2008 23:59:38 +0000 (-0500) Subject: Remove another reference to the no-longer-used vmboot remctl X-Git-Tag: invirt-remote-host/0.0.8~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/7d04f87eb75b30b99ef841c0ad0447deca898c8c Remove another reference to the no-longer-used vmboot remctl svn path=/trunk/packages/invirt-remote-host/; revision=1630 --- diff --git a/debian/changelog b/debian/changelog index 3f65868..6cbf7e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-remote-host (0.0.7) unstable; urgency=low + + * Actually remove the unused vmboot remctl + + -- Evan Broder Wed, 12 Nov 2008 18:27:48 -0500 + invirt-remote-host (0.0.6) unstable; urgency=low * Use invoke-rc.d instead of calling init scripts directly diff --git a/files/usr/sbin/invirt-remote b/files/usr/sbin/invirt-remote index 0938061..8511f60 100755 --- a/files/usr/sbin/invirt-remote +++ b/files/usr/sbin/invirt-remote @@ -17,9 +17,6 @@ case "$TYPE" in lvcreate|lvremove|lvrename|lvresize) COMMAND=/usr/sbin/invirt-lvm ;; - vmboot) - COMMAND=/usr/sbin/invirt-vmcontrol - ;; listvms) COMMAND=/usr/sbin/invirt-listvms ;;