Subject: CVS commit: src/sbin/init
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 03/11/2007 19:02:04
Module Name: src
Committed By: apb
Date: Sun Mar 11 19:02:04 UTC 2007
Modified Files:
src/sbin/init: init.c
Log Message:
Adapt to the new MAKEDEV interpretation of -M by passing -MM.
Also pass "-ppax" in an attempt to get improved performance,
but this doesn't really work in the typical case, because the
install ramdisk image contains a version of pax(1) that doesn't
support the -M flag. (MAKEDEV detects the failure and falls back
to using mknod(8) as usual.)
To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 src/sbin/init/init.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.