From owner-freebsd-doc@FreeBSD.ORG Sun Apr 17 23:24:16 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4811616A4CE for ; Sun, 17 Apr 2005 23:24:16 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F4E143D46 for ; Sun, 17 Apr 2005 23:24:15 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a142.otenet.gr [212.205.215.142]) j3HNN6Hj005003; Mon, 18 Apr 2005 02:23:08 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.3/8.13.3) with ESMTP id j3HNO8IC001484; Mon, 18 Apr 2005 02:24:09 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.3/8.13.3/Submit) id j3HNO8PG001483; Mon, 18 Apr 2005 02:24:08 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 18 Apr 2005 02:24:08 +0300 From: Giorgos Keramidas To: Benjamin Rossen Message-ID: <20050417232408.GA1398@gothmog.gr> References: <200504172159.59016.b.rossen@onsnet.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504172159.59016.b.rossen@onsnet.nu> cc: freebsd-doc@freebsd.org Subject: Re: possible error X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 23:24:16 -0000 On 2005-04-17 21:59, Benjamin Rossen wrote: > The hostname manual page refers to a file /etc/rc.network > I see no such file on my machines, and have never used one. > Am I missing something or is this an error; perhaps a reference to a > deprecated standard? Should be fixed now in CURRENT. After a few days, I'll merge the change to RELENG_5 too. The /etc/rc.networ functionality has been superseded by the /etc/rc.d/* scripts in newer FreeBSD versions. Thanks for letting us know :)