pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform While user/group 'games' does not exist by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/146f8eb462c0
branches:  trunk
changeset: 553115:146f8eb462c0
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Wed Jan 14 23:33:48 2009 +0000

description:
While user/group 'games' does not exist by default on Solaris, it will
get created correctly if SETGIDGAME=yes and this avoids ugly errors
from check-files.mk

diffstat:

 mk/platform/SunOS.mk |  19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diffs (30 lines):

diff -r 92b0327cf9d5 -r 146f8eb462c0 mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk      Wed Jan 14 23:16:54 2009 +0000
+++ b/mk/platform/SunOS.mk      Wed Jan 14 23:33:48 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.35 2008/12/12 15:35:34 sketch Exp $
+# $NetBSD: SunOS.mk,v 1.36 2009/01/14 23:33:48 sketch Exp $
 #
 # Variable definitions for the SunOS/Solaris operating system.
 
@@ -93,12 +93,11 @@
 # (it defaults to 'no' as per defaults/mk.conf).
 # Set the group and mode to meaningful values in that case (defaults to
 # 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]))
-#GAMES_USER=           games
-#GAMES_GROUP=          games
-#GAMEOWN=              ${GAMES_USER}
-#GAMEGRP=              ${GAMES_GROUP}
-#GAMEMODE=             2555
-#GAMEDIRMODE=          0775
-#.endif
+.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+GAMES_USER=            games
+GAMES_GROUP=           games
+GAMEOWN=               ${GAMES_USER}
+GAMEGRP=               ${GAMES_GROUP}
+GAMEMODE=              2555
+GAMEDIRMODE=           0775
+.endif



Home | Main Index | Thread Index | Old Index