Sun Nov 8 03:21:46 2015 UTC ()
Fix a typo in a comment.


(leot)
diff -r1.63 -r1.64 pkgsrc/mk/pkginstall/bsd.pkginstall.mk

cvs diff -r1.63 -r1.64 pkgsrc/mk/pkginstall/bsd.pkginstall.mk (expand / switch to unified diff)

--- pkgsrc/mk/pkginstall/bsd.pkginstall.mk 2015/08/10 05:41:10 1.63
+++ pkgsrc/mk/pkginstall/bsd.pkginstall.mk 2015/11/08 03:21:46 1.64
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: bsd.pkginstall.mk,v 1.63 2015/08/10 05:41:10 dholland Exp $ 1# $NetBSD: bsd.pkginstall.mk,v 1.64 2015/11/08 03:21:46 leot Exp $
2# 2#
3# This Makefile fragment is included by bsd.pkg.mk and implements the 3# This Makefile fragment is included by bsd.pkg.mk and implements the
4# common INSTALL/DEINSTALL scripts framework. To use the pkginstall 4# common INSTALL/DEINSTALL scripts framework. To use the pkginstall
5# framework, simply set the relevant variables to customize the install 5# framework, simply set the relevant variables to customize the install
6# scripts to the package. 6# scripts to the package.
7# 7#
8# User-settable variables: 8# User-settable variables:
9# 9#
10# FONTS_VERBOSE indicates whether the +FONTS scriptlet will output a message 10# FONTS_VERBOSE indicates whether the +FONTS scriptlet will output a message
11# noting the actions taken if PKG_UPDATE_FONTS_DB is YES. It is either 11# noting the actions taken if PKG_UPDATE_FONTS_DB is YES. It is either
12# YES or NO and defaults to YES for PKG_DEVELOPERs, otherwise NO. 12# YES or NO and defaults to YES for PKG_DEVELOPERs, otherwise NO.
13# 13#
14# INFO_FILES_VERBOSE indicates whether the +INFO_FILES scriptlet will output 14# INFO_FILES_VERBOSE indicates whether the +INFO_FILES scriptlet will output
@@ -377,27 +377,27 @@ su-create-usergroup: ${_INSTALL_USERGROU @@ -377,27 +377,27 @@ su-create-usergroup: ${_INSTALL_USERGROU
377# are not directly recorded (as file attributes) in the binary 377# are not directly recorded (as file attributes) in the binary
378# package file. 378# package file.
379# 379#
380# SETUID_ROOT_PERMS is a convenience definition to note an executable is 380# SETUID_ROOT_PERMS is a convenience definition to note an executable is
381# meant to be setuid-root, and should be used as follows: 381# meant to be setuid-root, and should be used as follows:
382# 382#
383# SPECIAL_PERMS+= /path/to/suidroot ${SETUID_ROOT_PERMS} 383# SPECIAL_PERMS+= /path/to/suidroot ${SETUID_ROOT_PERMS}
384# 384#
385# SETGID_GAMES_PERMS is a convenience definition to note an executable is 385# SETGID_GAMES_PERMS is a convenience definition to note an executable is
386# meant to be setgid games, and should be used as follows: 386# meant to be setgid games, and should be used as follows:
387# 387#
388# SPECIAL_PERMS+= /path/to/sgidgame ${SETGID_GAMES_PERMS} 388# SPECIAL_PERMS+= /path/to/sgidgame ${SETGID_GAMES_PERMS}
389# 389#
390# GAMEDATA_PERMS and GAMEDIR_PERMS are convenience defintiions for files 390# GAMEDATA_PERMS and GAMEDIR_PERMS are convenience definitions for files
391# that are meant to be accessed by things that are setgid games. Because 391# that are meant to be accessed by things that are setgid games. Because
392# such files should normally be under ${VARBASE}, generally these  392# such files should normally be under ${VARBASE}, generally these
393# definitions should be used roughly as follows: 393# definitions should be used roughly as follows:
394# 394#
395# REQD_DIRS_PERMS+= /path/to/scoredir ${GAMEDIR_PERMS} 395# REQD_DIRS_PERMS+= /path/to/scoredir ${GAMEDIR_PERMS}
396# REQD_FILES_PERMS+= /dev/null /path/to/scorefile ${GAMEDATA_PERMS} 396# REQD_FILES_PERMS+= /dev/null /path/to/scorefile ${GAMEDATA_PERMS}
397# 397#
398# Note that GAMEDIR_PERMS should only be used when the game requires 398# Note that GAMEDIR_PERMS should only be used when the game requires
399# write access to scribble in its directory; many games do not, in which 399# write access to scribble in its directory; many games do not, in which
400# case REQD_DIRS instead of REQD_DIRS_PERMS can be used and GAMEDIR_PERMS 400# case REQD_DIRS instead of REQD_DIRS_PERMS can be used and GAMEDIR_PERMS
401# is not needed. 401# is not needed.
402# 402#
403# Keywords: setuid setgid st_mode perms 403# Keywords: setuid setgid st_mode perms