Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/mk/platform/Linux.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mk/platform/Linux.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- pkgsrc/mk/platform/Linux.mk 2008/01/12 22:44:10 1.32 +++ pkgsrc/mk/platform/Linux.mk 2008/03/04 06:45:34 1.33 @@ -1,4 +1,4 @@ -# $NetBSD: Linux.mk,v 1.32 2008/01/12 22:44:10 joerg Exp $ +# $NetBSD: Linux.mk,v 1.33 2008/03/04 06:45:34 jlam Exp $ # # Variable definitions for the Linux operating system. @@ -87,8 +87,10 @@ _STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPP # BINOWN, BINGRP and BINMODE as per defaults/mk.conf). # FIXME: Adjust to work on this system and enable the lines below. #.if !(empty(SETGIDGAME:M[yY][eE][sS])) -#GAMEOWN= games -#GAMEGRP= games +#GAMES_USER= games +#GAMES_GROUP= games +#GAMEOWN= ${GAMES_USER} +#GAMEGRP= ${GAMES_GROUP} #GAMEMODE= 2555 #GAMEDIRMODE= 0775 #.endif