[libvirt] [PATCH 1/2] virsh: Move daemon to misc since its not a network

Doug Goldstein cardoe at cardoe.com
Tue Sep 18 01:28:13 UTC 2012


On Sun, Sep 9, 2012 at 5:07 PM, Doug Goldstein <cardoe at cardoe.com> wrote:
> Move the 'Daemon' entry to the Miscellaneous section since its not a
> networking driver or component.
> ---
>  tools/virsh.c |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tools/virsh.c b/tools/virsh.c
> index 242f789..8592df9 100644
> --- a/tools/virsh.c
> +++ b/tools/virsh.c
> @@ -2696,9 +2696,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
> @@ -2747,6 +2744,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
> --
> 1.7.8.6
>

Bump for review.

-- 
Doug Goldstein




More information about the libvir-list mailing list