Subject: CVS commit: basesrc/distrib/sets
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/01/2002 18:50:32
Module Name:	basesrc
Committed By:	bjh21
Date:		Mon Apr  1 15:50:31 UTC 2002

Modified Files:
	basesrc/distrib/sets: maketars

Log Message:
Instead of using mktemp -d (which isn't available on many systems), use mkdir
in a loop to create a temporary directory.  Add a few chacks for the sanity
of /tmp first, so as to avoid making the loop infinite.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/distrib/sets/maketars

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