diff options
author | jlam <jlam> | 2007-06-15 14:14:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-06-15 14:14:36 +0000 |
commit | 96f129734dfad2d4804bb4a030497fa4230a1313 (patch) | |
tree | 217ef5bb526f7ebd76e984552e41de8b8ace8125 /mk | |
parent | a4595caed1a73385ce926226662bed0aa6e48715 (diff) | |
download | pkgsrc-96f129734dfad2d4804bb4a030497fa4230a1313.tar.gz |
Document PKG_SYSCONFDIR_PERMS, which has existed for quite some time.
Diffstat (limited to 'mk')
-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}. # |