]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
virsh: Move daemon to misc since its not a network
authorDoug Goldstein <cardoe@cardoe.com>
Sun, 9 Sep 2012 22:07:27 +0000 (17:07 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 19 Sep 2012 20:19:45 +0000 (14:19 -0600)
Move the 'Daemon' entry to the Miscellaneous section since its not a
networking driver or component.

tools/virsh.c

index 5447376bee9b40f3db0e36d49afbddc2be76eccb..1c55cbe448b2dc522dbd23e18ed542820ccb79b4 100644 (file)
@@ -2698,9 +2698,6 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
 #ifdef WITH_REMOTE
     vshPrint(ctl, " Remote");
 #endif
-#ifdef WITH_LIBVIRTD
-    vshPrint(ctl, " Daemon");
-#endif
 #ifdef WITH_NETWORK
     vshPrint(ctl, " Network");
 #endif
@@ -2752,6 +2749,9 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
     vshPrint(ctl, "\n");
 
     vshPrint(ctl, "%s", _(" Miscellaneous:"));
+#ifdef WITH_LIBVIRTD
+    vshPrint(ctl, " Daemon");
+#endif
 #ifdef WITH_NODE_DEVICES
     vshPrint(ctl, " Nodedev");
 #endif