virsh: Move daemon to misc since its not a network

Move the 'Daemon' entry to the Miscellaneous section since its not a
networking driver or component.
This commit is contained in:
Doug Goldstein 2012-09-09 17:07:27 -05:00 committed by Eric Blake
parent 01ab659994
commit 6a1b0e37af

View 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