Date: 03 Nov 2001 03:34:01 +0100 From: Dag-Erling Smorgrav <des@ofug.org> To: David Wolfskill <david@catwhisker.org> Cc: current@FreeBSD.ORG, julian@elischer.org, obrien@FreeBSD.ORG Subject: Re: latest -current broke netscape's name lookup? Message-ID: <xzppu70a8h2.fsf@flood.ping.uio.no> In-Reply-To: <200111021819.fA2IJbj52538@bunrab.catwhisker.org> References: <200111021819.fA2IJbj52538@bunrab.catwhisker.org>
next in thread | previous in thread | raw e-mail | index | archive | help
David Wolfskill <david@catwhisker.org> 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 - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzppu70a8h2.fsf>