summaryrefslogtreecommitdiff
path: root/mk/pkginstall
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-13 09:43:59 +0000
committerrillig <rillig>2007-03-13 09:43:59 +0000
commit3d665e6716d7e9c701cadcc54d9ec2d6e1955d91 (patch)
tree89126cb84ad8254ade785f8355fae9f6e4e6259f /mk/pkginstall
parent69b01eb860d30e2387c62267c2f5986d3fd4b0f5 (diff)
downloadpkgsrc-3d665e6716d7e9c701cadcc54d9ec2d6e1955d91.tar.gz
Added keywords for SPECIAL_PERMS, so it is found by
"bmake help topic=setuid".
Diffstat (limited to 'mk/pkginstall')
-rw-r--r--mk/pkginstall/bsd.pkginstall.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/pkginstall/bsd.pkginstall.mk b/mk/pkginstall/bsd.pkginstall.mk
index e4d96b33663..93004982257 100644
--- a/mk/pkginstall/bsd.pkginstall.mk
+++ b/mk/pkginstall/bsd.pkginstall.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.21 2007/01/24 14:33:50 joerg Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.22 2007/03/13 09:43:59 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and implements the
# common INSTALL/DEINSTALL scripts framework. To use the pkginstall
@@ -312,6 +312,8 @@ su-create-usergroup: ${_INSTALL_USERGROUP_UNPACKER}
#
# SPECIAL_PERMS+= /path/to/suidroot ${SETUID_ROOT_PERMS}
#
+# Keywords: setuid setgid st_mode perms
+#
SPECIAL_PERMS?= # empty
SETUID_ROOT_PERMS?= ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 4711