Subject: Re: CVS commit: pkgsrc/mk/bulk
To: None <jdc@netbsd.org>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-changes
Date: 01/18/2006 22:17:09
Julian Coleman wrote:
> Module Name:	pkgsrc
> Committed By:	jdc
> Date:		Tue Jan 17 22:35:13 UTC 2006
> 
> Modified Files:
> 	pkgsrc/mk/bulk: bsd.bulk-pkg.mk
> 
> Log Message:
> `tsort` creates temporary files in the current directory, so change to the
> BULKFILESDIR directory before running it.  We can now bulk build with a
> read-only pkgsrc.

Do you mean the NetBSD tsort(1)? The only open() with write access I 
could find there is the dbopen(NULL, ...). But the code in 
src/lib/libc/db/hash does not seem to create a file at all.

Roland