From owner-freebsd-current Tue Aug 5 23:15:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA01989 for current-outgoing; Tue, 5 Aug 1997 23:15:35 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA01984 for ; Tue, 5 Aug 1997 23:15:33 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.6/8.6.9) with ESMTP id XAA13846; Tue, 5 Aug 1997 23:14:22 -0700 (PDT) To: George Michaelson cc: current@FreeBSD.ORG Subject: Re: (stale)current ->(cvsup)current failed! In-reply-to: Your message of "Wed, 06 Aug 1997 11:43:52 +1000." <199708060143.LAA18615@broon.off.connect.com.au> Date: Tue, 05 Aug 1997 23:14:22 -0700 Message-ID: <13842.870848062@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 1) make world calls mtree but assumes group mail exists when > this isn't in the current /etc/groups. value can be found This is documented in the mail archives for freebsd-current as readers were warned when the change went in - you simply need to create a mail group. > manually from src/etc/groups so you can proceed but the > thing probably wants a clean fix in the top-level Makefile No, there's no such thing as clean fix since /usr/src/Makefile is NEVER supposed to touch the contents of /etc. :-) > 2) noting that for 2.2.2 login.conf is known to be missing, its All stated in ftp://ftp.freebsd.org/pub/FreeBSD/2.2.2-RELEASE/ERRATA.TXT Jordan