On 1/23/06, Michael Kingsbury <[EMAIL PROTECTED]> wrote:
>         LocateLineMatching  "passwd:.*"
> --
> -mike
>

I don't think this will ever match. If I recall, matching is very explicit.
Try putting the start-of-line character in there.

LocateLineMatching "^passwd:.*"

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--


_______________________________________________
Help-cfengine mailing list
Help-cfengine@gnu.org
http://lists.gnu.org/mailman/listinfo/help-cfengine

Reply via email to