From owner-freebsd-questions Thu Jul 31 17:02:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA12013 for questions-outgoing; Thu, 31 Jul 1997 17:02:00 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA12008 for ; Thu, 31 Jul 1997 17:01:55 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) with ESMTP id JAA00531; Fri, 1 Aug 1997 09:31:19 +0930 (CST) From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.6/8.6.12) id JAA07853; Fri, 1 Aug 1997 09:31:15 +0930 (CST) Message-Id: <199708010001.JAA07853@freebie.lemis.com> Subject: Re: login.conf In-Reply-To: from Philip Hiles at "Jul 30, 97 07:09:01 pm" To: philiph@efn.org (Philip Hiles) Date: Fri, 1 Aug 1997 09:31:15 +0930 (CST) Cc: freebsd-questions@FreeBSD.ORG Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Philip Hiles writes: > There is an errata in the WC cdrom which states that a login.conf file may > not transfer when installing. The fix is to cp from the second disk > /usr/src. I'm unable to find such a file on either disk, or on an earlier > release. What must the file contain, and in what syntax? I'll try > creating it myself, unless that is prohibitively difficult for a neophyte. Check out ftp://ftp.freebsd.org/pub/FreeBSD/2.2.2-RELEASE/ERRATA.TXT. It states: o login as root produces "login_getclass: unknown class 'root'" on system console. Fix: If you have the source distribution installed, simply cp /usr/src/etc/login.conf /etc otherwise, get it from the FreeBSD FTP site using this URL: ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/etc/login.conf instead. Simply cd to /etc and then run fetch(1) with the provided URL. Greg