Re: [libvirt] [PATCH 1/6] Cleanup command line options in gendispatch.pl

2013-04-24 Thread Daniel P. Berrange
On Tue, Apr 23, 2013 at 10:59:53AM -0600, Eric Blake wrote: > On 04/23/2013 04:26 AM, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > There are many declared options in gendispatch.pl that were > > no longer used. Those which were used were obsecure '-b', '-k' > > s/obsecure/obs

Re: [libvirt] [PATCH 1/6] Cleanup command line options in gendispatch.pl

2013-04-23 Thread Eric Blake
On 04/23/2013 04:26 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > There are many declared options in gendispatch.pl that were > no longer used. Those which were used were obsecure '-b', '-k' s/obsecure/obscure/ > and '-d'. Switch to use --mode={debug|client|server}. > > Signed

[libvirt] [PATCH 1/6] Cleanup command line options in gendispatch.pl

2013-04-23 Thread Daniel P. Berrange
From: "Daniel P. Berrange" There are many declared options in gendispatch.pl that were no longer used. Those which were used were obsecure '-b', '-k' and '-d'. Switch to use --mode={debug|client|server}. Signed-off-by: Daniel P. Berrange --- daemon/Makefile.am | 12 +++ src/Makefile.am