Subject: CVS commit: pkgsrc/mk/install
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/21/2002 12:11:58
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Nov 21 10:11:58 UTC 2002

Modified Files:
	pkgsrc/mk/install: deinstall install

Log Message:
Don't blindly assume that directores listed in OWN_DIRS* and MAKE_DIRS*
that are outside of ${LOCALBASE} belong to the package that lists them.
If the directory already exists before the package is installed, then
we don't presume ownership of the directory.

This addresses pkg/18383 by Grant Beattie.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/mk/install/deinstall
cvs rdiff -r1.17 -r1.18 pkgsrc/mk/install/install

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