From: Doug Goldstein Date: Sun, 9 Sep 2012 22:07:27 +0000 (-0500) Subject: virsh: Move daemon to misc since its not a network X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6a1b0e37afc882085aac927c467ab78760d3712b;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git 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. --- diff --git a/tools/virsh.c b/tools/virsh.c index 5447376be..1c55cbe44 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -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