Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 09/20/2000 22:53:37
Module Name:	basesrc
Committed By:	hubertf
Date:		Wed Sep 20 19:53:36 UTC 2000

Modified Files:
	basesrc/distrib/utils/sysinst: defs.h target.c
	basesrc/distrib/utils/sysinst/arch/i386: md.c

Log Message:
 * Fix changing of /etc/rc.conf after the main file moved recently.
   'rc_configured' is still changed via sed's s///, wscons=yes is appended
   via "echo >>".
 * make target-routines (target_expand(), and whatnot) work if no root
   disk was selected. With this, sysinst can now be used on a "normal"
   system to adjust the system's timezone. Use the entry in the "Utilities"
   menu for that.

Both changes were tested by a full i386 installation.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 basesrc/distrib/utils/sysinst/defs.h
cvs rdiff -r1.23 -r1.24 basesrc/distrib/utils/sysinst/target.c
cvs rdiff -r1.36 -r1.37 basesrc/distrib/utils/sysinst/arch/i386/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.