Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 09/26/2000 16:26:03
Module Name:	basesrc
Committed By:	fvdl
Date:		Tue Sep 26 13:26:03 UTC 2000

Modified Files:
	basesrc/distrib/utils/sysinst: defs.h net.c target.c util.c

Log Message:
Don't call test(1) to determine the existence/type of files, that's
rather over the top. Not doing this also means that test(1) can
be omitted from the ramdisks (for scripts it's not needed, because it
is built in to sh(1)).


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 basesrc/distrib/utils/sysinst/defs.h
cvs rdiff -r1.62 -r1.63 basesrc/distrib/utils/sysinst/net.c
cvs rdiff -r1.24 -r1.25 basesrc/distrib/utils/sysinst/target.c
cvs rdiff -r1.53 -r1.54 basesrc/distrib/utils/sysinst/util.c

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