diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-13 09:43:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-13 09:43:59 +0000 |
commit | 49052c55ccce7f7bb5cad916cd04ebd372ffd0c3 (patch) | |
tree | 89126cb84ad8254ade785f8355fae9f6e4e6259f /mk/pkginstall | |
parent | 441ceaef8192534d9514cb7471dbb003372b3673 (diff) | |
download | pkgsrc-49052c55ccce7f7bb5cad916cd04ebd372ffd0c3.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.mk | 4 |
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 |