From bfa6395385001312f4481d48e68da9ee1cdf3b5e Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 15 Jun 2007 14:14:36 +0000 Subject: Document PKG_SYSCONFDIR_PERMS, which has existed for quite some time. --- mk/pkginstall/bsd.pkginstall.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mk/pkginstall') diff --git a/mk/pkginstall/bsd.pkginstall.mk b/mk/pkginstall/bsd.pkginstall.mk index 93004982257..3f291cd39d4 100644 --- a/mk/pkginstall/bsd.pkginstall.mk +++ b/mk/pkginstall/bsd.pkginstall.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkginstall.mk,v 1.22 2007/03/13 09:43:59 rillig Exp $ +# $NetBSD: bsd.pkginstall.mk,v 1.23 2007/06/15 14:14:36 jlam Exp $ # # This Makefile fragment is included by bsd.pkg.mk and implements the # common INSTALL/DEINSTALL scripts framework. To use the pkginstall @@ -472,6 +472,12 @@ ${_INSTALL_FILES_FILE}: ../../mk/pkginstall/files # ignored; however, all directories listed in REQD_DIRS should be # under ${PREFIX}. # +# PKG_SYSCONFDIR_PERMS contains a list of "owner group mode" for +# ${PKG_SYSCONFDIR}, and only takes effect if PKG_SYSCONFSUBDIR +# is non-empty. This is a special case to handle setting +# special permissions for ${PKG_SYSCONFDIR}, as ${PKG_SYSCONFDIR} +# is (effectively) automatically added to MAKE_DIRS_PERMS. +# # If any directory pathnames are relative, then they are taken to be # relative to ${PREFIX}. # -- cgit v1.2.3