Re: [libvirt] [PATCH 12/41] remote: conditionalize IP socket config in augeas definitions

2019-07-26 Thread Andrea Bolognani
On Tue, 2019-07-23 at 17:02 +0100, Daniel P. Berrangé wrote: [...] > remote/test_libvirtd.aug: remote/test_libvirtd.aug.in \ > remote/libvirtd.conf $(AUG_GENTEST) > - $(AM_V_GEN)$(AUG_GENTEST) remote/libvirtd.conf $< > $@ > + $(AM_V_GEN)$(AUG_GENTEST) remote/libvirtd.conf \

[libvirt] [PATCH 12/41] remote: conditionalize IP socket config in augeas definitions

2019-07-23 Thread Daniel P . Berrangé
Prepare for reusing libvirtd augeas defintions with other daemons by making the config parameters for IP sockets conditionally defined by the make rules. Signed-off-by: Daniel P. Berrangé --- .gitignore | 1 + build-aux/augeas-gentest.pl | 2