Re: [libvirt] [PATCH] Adapt augeas profile to handle negative int values.

2016-05-02 Thread Cedric Bosdonnat
On Mon, 2016-05-02 at 10:19 +0200, Martin Kletzander wrote: > On Mon, May 02, 2016 at 09:42:58AM +0200, Michal Privoznik wrote: > > On 15.04.2016 17:03, Cédric Bosdonnat wrote: > > > Introducing keepalive_interval = -1 breaks to augeas lens. Fix > > > the lens > > > by allowing signed ints in the r

Re: [libvirt] [PATCH] Adapt augeas profile to handle negative int values.

2016-05-02 Thread Martin Kletzander
On Mon, May 02, 2016 at 09:42:58AM +0200, Michal Privoznik wrote: On 15.04.2016 17:03, Cédric Bosdonnat wrote: Introducing keepalive_interval = -1 breaks to augeas lens. Fix the lens by allowing signed ints in the regular expression. --- daemon/libvirtd.aug | 2 +- 1 file changed, 1 insertion(+

Re: [libvirt] [PATCH] Adapt augeas profile to handle negative int values.

2016-05-02 Thread Michal Privoznik
On 15.04.2016 17:03, Cédric Bosdonnat wrote: > Introducing keepalive_interval = -1 breaks to augeas lens. Fix the lens > by allowing signed ints in the regular expression. > --- > daemon/libvirtd.aug | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/daemon/libvirtd.aug b/da

[libvirt] [PATCH] Adapt augeas profile to handle negative int values.

2016-04-15 Thread Cédric Bosdonnat
Introducing keepalive_interval = -1 breaks to augeas lens. Fix the lens by allowing signed ints in the regular expression. --- daemon/libvirtd.aug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/libvirtd.aug b/daemon/libvirtd.aug index a70aa1d..4d40ee2 100644 --- a/daemo