Re: [libvirt] [PATCH] virsh: Remove redundant commands in group domain

2010-12-07 Thread Eric Blake
On 12/07/2010 07:20 AM, Justin Clift wrote: > On 07/12/2010, at 6:25 PM, Osier Yang wrote: >> "echo" is already in group "virsh", "freecell" and "hostname" are >> already in group "host", so remove them from group "domain" >> >> * tools/virsh.c >> --- > > ACK. Pushed. -- Eric Blake ebl...@red

Re: [libvirt] [PATCH] virsh: Remove redundant commands in group domain

2010-12-07 Thread Justin Clift
On 07/12/2010, at 6:25 PM, Osier Yang wrote: > "echo" is already in group "virsh", "freecell" and "hostname" are > already in group "host", so remove them from group "domain" > > * tools/virsh.c > --- ACK. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo

[libvirt] [PATCH] virsh: Remove redundant commands in group domain

2010-12-06 Thread Osier Yang
"echo" is already in group "virsh", "freecell" and "hostname" are already in group "host", so remove them from group "domain" * tools/virsh.c --- tools/virsh.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 441fd77..9ce3202 100644 --