Subject: CVS commit: src/etc
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/26/2003 23:08:29
Module Name:	src
Committed By:	lukem
Date:		Sun Oct 26 23:08:29 UTC 2003

Modified Files:
	src/etc: postinstall

Log Message:
Fix previous:

    *	Restore previous functionality which supported running postinstall
	with an extracted etc.tgz set as the "source" directory (i.e,
	/usr/src isn't available).  We do this by generating the MAKEDEV
	to ${SCRATCHDIR} if the real source is available, and leverage off
	the compare_dir() code that the rest of postinstall uses to support
	this functionality.

    *	Don't special case MACHINE_ARCH==arm; the MAKEDEV.awk should
	be doing that since etc/Makefile doesn't have similar special
	case code.  In any case, AFAICT the only MACHINE_ARCHs are
	"arm" and "armeb"; there is no "armel" in NetBSD.


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/etc/postinstall

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