pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/pkginstall Document PKG_SYSCONFDIR_PERMS, which has...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92fd8a137185
branches:  trunk
changeset: 530018:92fd8a137185
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jun 15 14:14:36 2007 +0000

description:
Document PKG_SYSCONFDIR_PERMS, which has existed for quite some time.

diffstat:

 mk/pkginstall/bsd.pkginstall.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 1c08bea7b160 -r 92fd8a137185 mk/pkginstall/bsd.pkginstall.mk
--- a/mk/pkginstall/bsd.pkginstall.mk   Fri Jun 15 13:41:12 2007 +0000
+++ b/mk/pkginstall/bsd.pkginstall.mk   Fri Jun 15 14:14:36 2007 +0000
@@ -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 @@
 #      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}.
 #



Home | Main Index | Thread Index | Old Index