I would appreciate it if those that want things changed would please try
Sheldon's `sed' expression below and report back how it worked for you.


----- Forwarded message from Sheldon Hearn <[EMAIL PROTECTED]> -----
To: "David E. O'Brien" <[EMAIL PROTECTED]>
Date: Wed, 26 Jan 2000 18:44:47 +0200

As discussed on the freebsd-current mailing list, I think you'll find
that you missed out a few characters in the new class that defines the
characters that should not appear at the beginning of affected lines:

> -             sed 's/^\([<>] [^:]*\):[^:]*:/\1:(password):/'
> +             sed 's/^\([^:]*\):[^:]*:/\1:(password):/'

I think what you really want is:

                sed 's/^\([^:#@+-]*\):[^:]*:/\1:(password):/'

----- End forwarded message -----


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to