From owner-freebsd-questions Tue May 20 13:52:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA25280 for questions-outgoing; Tue, 20 May 1997 13:52:32 -0700 (PDT) Received: from apollo.it.hq.nasa.gov (apollo.it.hq.nasa.gov [131.182.119.87]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA25272 for ; Tue, 20 May 1997 13:52:25 -0700 (PDT) Received: from wirehead.it.hq.nasa.gov (WireHead.it.hq.nasa.gov [131.182.119.88]) by apollo.it.hq.nasa.gov (8.8.3/8.8.3) with ESMTP id QAA03837 for ; Tue, 20 May 1997 16:48:52 -0400 (EDT) Received: from localhost (cshenton@localhost) by wirehead.it.hq.nasa.gov (8.6.12/8.6.12) with ESMTP id UAA18770 for ; Tue, 20 May 1997 20:52:13 GMT Message-Id: <199705202052.UAA18770@wirehead.it.hq.nasa.gov> X-Authentication-Warning: wirehead.it.hq.nasa.gov: cshenton owned process doing -bs To: questions@freebsd.org Subject: cvsup 2.1 -> 2.2: sysconfig, rc.conf, rc.i386 ? In-Reply-To: Your message of "Tue, 20 May 1997 13:04:02 -0700 (PDT)" References: <199705202004.NAA22566@hub.freebsd.org> X-Mailer: Mew version 1.03 on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Tue, 20 May 1997 16:52:13 -0400 From: Chris Shenton Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've got a few machines I'm trying to migrate from 2.1.7 to 2.2-stable with the RELENG_2_2 cvsup target. It's gone moderately smoothly (cvsup, make world, ...) but I have noticed a couple glitches which point to problems in the installation of the boot-time scripts. The text-console screen saver specified in /etc/sysconfig and invoked by /etc/rc.i386 is now improperly invoked under 2.2-Stable: rc.i386 specifies an entry-point option which isn't found. Not a big deal, but points to problems in the rc script stuff. I see looking in the /usr/src/etc/... that "sysconfig" is supposed to be replaced with a new /etc/rc.conf, and that my 2.1.7-vintage rc.i386 file is obsolete (the 2.2 version doesn't specify an entry-point for the screen saver, for example). There's even boot-time code somewhere that checks for this and complains that I need to replace sysconfig with rc.conf. But the make world process did not install the new rc.conf nor the new version of rc.i386 or give me the upgrade warning. How is this really supposed to be done? Do I need to use some other make target? Are there other similar system boot and configuration files I need to worry about? Thanks.