David Wolfskill <[EMAIL PROTECTED]> writes:
> Of
> course, one of the other interesting issues with the above patch is that
> awk was whining about the empty regex ("//"). Since the idea was
> apparently to do nothing for such a record, it seemed simpler to just
> not tell awk to do anything with it, and that seemed to work in my
> tests.]
Bzzzt! Wrong. That clause needs to be there to prevent awk from
copying non-matching lines from nsswitch.conf to host.conf. If 1Tawk
complains about empty regexps, just remove the regexp, but leave the
clause there.
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message