From owner-freebsd-bugs Sun May 4 12:10:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA11176 for bugs-outgoing; Sun, 4 May 1997 12:10:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA11166; Sun, 4 May 1997 12:10:02 -0700 (PDT) Date: Sun, 4 May 1997 12:10:02 -0700 (PDT) Message-Id: <199705041910.MAA11166@hub.freebsd.org> To: freebsd-bugs Cc: From: "Jordan K. Hubbard" Subject: Re: conf/3493: rc.network prints 'hostname' rather than `hostname` Reply-To: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/3493; it has been noted by GNATS. From: "Jordan K. Hubbard" To: krw@tcn.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/3493: rc.network prints 'hostname' rather than `hostname` Date: Sun, 04 May 1997 12:03:33 -0700 > The first thing rc.network does is print the message > > 'Doing initial network setup: hostname' Right, it's setting up the hostname. It shouldn't print your actual hostname here because what it's trying to tell you is the fact that it's _setting_ your hostname, not what your hostname is. :-) Jordan