From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI,NICE_REPLY_A, RDNS_DYNAMIC autolearn=unavailable autolearn_force=no version=4.0.0 Received: from roc-66-66-116-71.rochester.rr.com ([66.66.116.71] helo=magdelina.tocun.org) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15sVkI-0002BX-00 for gentoo-dev@cvs.gentoo.org; Sat, 13 Oct 2001 14:50:58 -0600 Received: from magdelina.tocun.org (localhost.localmachine [127.0.0.1]) by magdelina.tocun.org (Postfix) with ESMTP id 58BB5663FF for ; Sat, 13 Oct 2001 16:51:30 +0000 (Local time zone must be set--see zic manual page) From: damaen To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers) Message-ID: <20011013165130.C5427@magdelina> References: <3BC17ECC.D6D0BDD3@gentoo.org> <20011008073453.A30789@yde.flatmonk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20011008073453.A30789@yde.flatmonk.org>; from agriffis@gentoo.org on Mon, Oct 08, 2001 at 12:34:53 +0000 X-Mailer: Balsa 1.2.0 Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sat Oct 13 14:51:02 2001 X-Original-Date: Sat, 13 Oct 2001 16:51:30 +0000 X-Archives-Salt: aa4a45bb-f505-4aaf-a494-f8eab919ee94 X-Archives-Hash: 4d0726ff8d6b8d1aea78782b5d94d990 On 2001.10.08 12:34 Aron Griffis wrote: > Hi Woodchip, > > Woodchip wrote: [Mon Oct 08 2001, 05:24:12AM EST] > > Note, it is *incorrect* to list localhost before > > localhost.localdomain. The FQDN needs to be first, followed by any > > aliases you want to use. > > Actually, I think you may be wrong in this case. You are correct about > putting FQDN first, but in this case, "localhost" may be the > fully-qualified domain, and "localhost.localdomain" may be the alias, > since there is no actualy domain called "localdomain". > > If you list "localhost" first, then programs that resolve IP->name using > /etc/hosts via the gethostby*() functions will resolve > 127.0.0.1->localhost, which in my experience is desirable over > 127.0.0.1->localhost.localdomain. > > Aron I stand corrected from my previous post... :) Personally, I haven't really found any issues with using localhost after localhost.localdomain. That's just the way I've always done it.