From owner-freebsd-current@FreeBSD.ORG Fri Dec 19 00:17:51 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC71B16A4CE for ; Fri, 19 Dec 2003 00:17:51 -0800 (PST) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E881843D31 for ; Fri, 19 Dec 2003 00:17:50 -0800 (PST) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by cs.huji.ac.il with esmtp id 1AXFpU-000AsC-W3 for current@freebsd.org; Fri, 19 Dec 2003 10:17:49 +0200 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Freebsd Current Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 19 Dec 2003 10:17:48 +0200 From: Danny Braniss Message-Id: Subject: /etc.hosts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 08:17:51 -0000 hi, according to UPDATING: 20000906: nsswitch has been imported from NetBSD. Among other things, this means that /etc/host.conf is no longer used. See nsswitch.conf(5) instead. Note that at boot time rc.network will attempt to produce a new nsswitch.conf file for you if you don't have one, and you have host.conf. but /etc/rc.d/nisdomain insists in creating it :-) and I don't even use NIS danny