Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/28/2001 18:49:19
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Feb 28 16:49:19 UTC 2001

Modified Files:
	basesrc/etc: rc rc.subr

Log Message:
various speed-ups (and related work):
- only load rc.conf if $_rc_conf_loaded is not set
- use case instead of if for various string comparisons
- print the date at the start of the boot as well as at the end
- if $rc_fast_and_loose is set, always run the rc.d scripts in the
  current shell rather than in a subshell. this is not on by default
  because it's potentially dangerous (a rogue command could terminate
  the boot), but it is provided as an optional speedup for people
  with slow machines that have an expensive fork


To generate a diff of this commit:
cvs rdiff -r1.154 -r1.155 basesrc/etc/rc
cvs rdiff -r1.29 -r1.30 basesrc/etc/rc.subr

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