From 3d665e6716d7e9c701cadcc54d9ec2d6e1955d91 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 13 Mar 2007 09:43:59 +0000 Subject: Added keywords for SPECIAL_PERMS, so it is found by "bmake help topic=setuid". --- mk/pkginstall/bsd.pkginstall.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mk/pkginstall') 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 -- cgit v1.2.3