Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/10/2000 08:56:12
Module Name:	basesrc
Committed By:	lukem
Date:		Fri Nov 10 06:56:11 UTC 2000

Modified Files:
	basesrc/distrib/notes/common: main postinstall

Log Message:
use
	(cd /foo ; tar zxpf -) < bar.tar.gz
instead of
	tar -C /foo -zxpf bar.tar.gz
since the `pax as tar' on the install media doesn't have a working -C...


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 basesrc/distrib/notes/common/main
cvs rdiff -r1.16 -r1.17 basesrc/distrib/notes/common/postinstall

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