From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [PATCH RESEND] uts: Set default hostname to "localhost", rather than "(none)" Date: Mon, 11 Apr 2011 08:12:40 -0700 Message-ID: References: <20110411050155.GA2507@feather> <20110411080254.403d3166@nehalam> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Josh Triplett , David Miller , netdev@vger.kernel.org, "Serge E. Hallyn" , Andrew Morton , linux-kernel@vger.kernel.org To: Stephen Hemminger Return-path: In-Reply-To: <20110411080254.403d3166@nehalam> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Apr 11, 2011 at 8:02 AM, Stephen Hemminger wrote: > > It makes sense but this behavior has existed so long in Linux > that some distro might actually be depending on it. Yes. Also, quite frankly, I do _not_ think that "localhost" is in any way a more correct hostname. I'd rather have an obviously invalid hostname for a machine that hasn't been set up correctly than one that might work by random chance. Linus