Remove another reference to the no-longer-used vmboot remctl
authorEvan Broder <broder@mit.edu>
Wed, 12 Nov 2008 23:59:38 +0000 (18:59 -0500)
committerEvan Broder <broder@mit.edu>
Wed, 12 Nov 2008 23:59:38 +0000 (18:59 -0500)
svn path=/trunk/packages/invirt-remote-host/; revision=1630

debian/changelog
files/usr/sbin/invirt-remote

index 3f65868..6cbf7e6 100644 (file)
@@ -1,3 +1,9 @@
+invirt-remote-host (0.0.7) unstable; urgency=low
+
+  * Actually remove the unused vmboot remctl
+
+ -- Evan Broder <broder@mit.edu>  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
index 0938061..8511f60 100755 (executable)
@@ -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
                ;;