NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/21052 (sysinst adds duplicate entry to /etc/hosts)
The following reply was made to PR install/21052; it has been noted by GNATS.
From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: install/21052 (sysinst adds duplicate entry to /etc/hosts)
Date: Thu, 10 Apr 2008 10:38:20 -0500 (CDT)
On Thu, 10 Apr 2008, dholland%NetBSD.org@localhost wrote:
> State-Changed-From-To: feedback->open
> State-Changed-By: dholland%NetBSD.org@localhost
> State-Changed-When: Thu, 10 Apr 2008 04:24:58 +0000
> State-Changed-Why:
> feedback timeout, but dsl has a valid point...
Actually, this "localhost" issue from April 2003 disappeared in November
2003 per commit for PR #21999. It no longer adds the line:
127.0.0.1 localhost
But does localhost.$domain:
if (net_domain[0] != '\0')
scripting_fprintf(f, "127.0.0.1 localhost.%s\n", net_domain)
It still adss the custom entry but not for "localhost".
I think this PR can be closed. Also for later sysinst updates -- don't
choose to allow the network configs to be chosen. Should sysinst choose
that? Or allow admin to make choice?
Jeremy C. Reed
Home |
Main Index |
Thread Index |
Old Index