From owner-freebsd-bugs Tue Nov 18 06:00:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA22759 for bugs-outgoing; Tue, 18 Nov 1997 06:00:06 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA22731; Tue, 18 Nov 1997 06:00:02 -0800 (PST) (envelope-from gnats) Date: Tue, 18 Nov 1997 06:00:02 -0800 (PST) Message-Id: <199711181400.GAA22731@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: misc/5081: 971006-SNAP Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/5081; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@FreeBSD.ORG, newton@atdot.dotat.org Cc: Subject: Re: misc/5081: 971006-SNAP Date: Wed, 19 Nov 1997 00:55:09 +1100 > Upgrade from 2.2.2-RELEASE to 3.0-971006-SNAP. > * sysinstall left zero-length "kernel.config" in root directory OK for a null (boot-time) kernel config. > * union_mod.o was out of date. Rebuilt copy worked fine. It can only work if kernel is compiled with option UNION, and then you don't need it. It is no longer built from the top level Makefile, so the out of date one is probably garbage that the SNAP neither overwrote nore removed. Bruce