From owner-cvs-all@FreeBSD.ORG Thu Aug 31 18:42:15 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2EC016A4E0; Thu, 31 Aug 2006 18:42:15 +0000 (UTC) (envelope-from helge.oldach@atosorigin.com) Received: from mizar.origin-it.net (mail.de.atosorigin.com [194.8.96.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id B342443D86; Thu, 31 Aug 2006 18:42:06 +0000 (GMT) (envelope-from helge.oldach@atosorigin.com) Received: from matar.hbg.de.int.atosorigin.com (dehsfw3e.origin-it.net [194.8.96.68]) by mizar.origin-it.net (8.13.8/8.13.8/hmo020206) with ESMTP id k7VIg5vs077997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 Aug 2006 20:42:05 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: from galaxy.hbg.de.ao-srv.com (galaxy.hbg.de.ao-srv.com [161.89.20.4]) by matar.hbg.de.int.atosorigin.com (8.13.8/8.13.8/hmo020206) with ESMTP id k7VIg4a2021196; Thu, 31 Aug 2006 20:42:04 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: (from hmo@localhost) by galaxy.hbg.de.ao-srv.com (8.9.3p2/8.9.3/hmo30mar03) id UAA24464; Thu, 31 Aug 2006 20:42:04 +0200 (MET DST) Message-Id: <200608311842.UAA24464@galaxy.hbg.de.ao-srv.com> In-Reply-To: <20060831172558.GA60337@dragon.NUXI.org> from "David O'Brien" at "Aug 31, 2006 10:25:58 am" To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Date: Thu, 31 Aug 2006 20:42:03 +0200 (MET DST) From: Helge Oldach MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, ru@freebsd.org, cvs-all@freebsd.org Subject: Re: "Chatty" config files in /etc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2006 18:42:15 -0000 David O'Brien: >On Thu, Aug 31, 2006 at 01:53:52PM +0400, Ruslan Ermilov wrote: >> additional read(2) syscalls and parsing. I'd replace the >> default /etc/hosts with: >> >> 127.0.0.1 localhost >> ::1 localhost > >Noting the RFC 1918 addresses in the default /etc/hosts is *very* useful. >If we (part of the Inetnet community) wants to encourage proper IP use, >we shouldn't hide this information in an obscure, seldom (?never?) >visited directory. And so is noting actual IP address(es) and host name(s) in /etc/hosts, to overcome lack of network connectivity or reachability of a proper DNS server during boot. Specifically if the server in question *is* the name server. Actually, /etc/hosts is very likely touched by the sysadmin on most machines. Definitely on all that I take care of. And for that reason it would be a good idea to keep documentation in that file as well rather than sorting it away elsewhere. Regards, Helge