Subject: CVS commit: pkgsrc/mk/install
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/01/2006 14:56:23
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon May  1 14:56:23 UTC 2006

Modified Files:
	pkgsrc/mk/install: dirs files usergroup usergroupfuncs
	    usergroupfuncs.DragonFly usergroupfuncs.FreeBSD

Log Message:
Use the meta-data directory as the location for all temporary files
used by the various scriptlets.  Also, consistently use the idiom of
creating a temporary directory with mode 700 and creating temporary
files underneath that directory to avoid race conditions.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/mk/install/dirs
cvs rdiff -r1.13 -r1.14 pkgsrc/mk/install/files
cvs rdiff -r1.15 -r1.16 pkgsrc/mk/install/usergroup
cvs rdiff -r1.8 -r1.9 pkgsrc/mk/install/usergroupfuncs
cvs rdiff -r1.6 -r1.7 pkgsrc/mk/install/usergroupfuncs.DragonFly \
    pkgsrc/mk/install/usergroupfuncs.FreeBSD

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