mirror of https://gitee.com/openkylin/libvirt.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.
This commit is contained in:
parent
01ab659994
commit
6a1b0e37af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue