Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/27/2005 18:32:20
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jan 27 18:32:20 UTC 2005

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Move the creation of ${PKG_DB_TMPDIR} to when we create ${WRKDIR}.
This ensures that it's always created with the same user/group/mode
as ${WRKDIR}, so if a non-root user thinks he has permissions to remove
${WRKDIR}, then that expectation will remain true for ${PKG_DB_TMPDIR}.


To generate a diff of this commit:
cvs rdiff -r1.1576 -r1.1577 pkgsrc/mk/bsd.pkg.mk

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