Re: 3.0.1a3: select_line_matching problems => a4

2009-01-19 Thread Jim Wight
> lots of things wrong here. Portability code that was not properly > ported and provoking a segfault from a missing test... Well 3.0.1a4 > now posted which fixes all this. It does. However, my server has now started outputting: Promise type "vars" is not known by this agent Promise (version not

Re: 3.0.1a3: select_line_matching problems => a4

2009-01-18 Thread Mark Burgess
Jim, lots of things wrong here. Portability code that was not properly ported and provoking a segfault from a missing test... Well 3.0.1a4 now posted which fixes all this. Your job now: please find something right with cfengine ;-) After all, you are Mr Wight (no Chinese applicant for the other

3.0.1a3: select_line_matching problems

2009-01-16 Thread Jim Wight
The documentation has this example body location example { select_line_matching => "^Expression match.* whole line$"; } and says that ^ and $ are not necessary. The following script body common control { bundlesequence => { "edit" }; } bundle a