diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-15 14:14:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-15 14:14:36 +0000 |
commit | bfa6395385001312f4481d48e68da9ee1cdf3b5e (patch) | |
tree | 217ef5bb526f7ebd76e984552e41de8b8ace8125 /mk/pkginstall | |
parent | fc0ccebb27181cb0af80cca17115882c046411cf (diff) | |
download | pkgsrc-bfa6395385001312f4481d48e68da9ee1cdf3b5e.tar.gz |
Document PKG_SYSCONFDIR_PERMS, which has existed for quite some time.
Diffstat (limited to 'mk/pkginstall')
-rw-r--r-- | mk/pkginstall/bsd.pkginstall.mk | 8 |
1 files changed, 7 insertions, 1 deletions
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}. # |