pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Remove comment about RSH, provide defaults when SET...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f43735f56117
branches:  trunk
changeset: 476123:f43735f56117
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Jun 03 22:07:35 2004 +0000

description:
Remove comment about RSH, provide defaults when SETGIDGAME is used.

diffstat:

 mk/defs.FreeBSD.mk |  15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diffs (33 lines):

diff -r a07af39c838d -r f43735f56117 mk/defs.FreeBSD.mk
--- a/mk/defs.FreeBSD.mk        Thu Jun 03 21:44:30 2004 +0000
+++ b/mk/defs.FreeBSD.mk        Thu Jun 03 22:07:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.FreeBSD.mk,v 1.40 2004/05/31 16:47:00 jschauma Exp $
+# $NetBSD: defs.FreeBSD.mk,v 1.41 2004/06/03 22:07:35 xtraeme Exp $
 #
 # Variable definitions for the FreeBSD operating system.
 
@@ -64,8 +64,6 @@
 PWD_CMD?=      /bin/pwd        # needs to print physical path
 RM?=           /bin/rm
 RMDIR?=                /bin/rmdir
-# XXX: default from bsd.pkg.defaults.mk.  Verify/corerct for this platform
-# and remove this comment.
 RSH?=          /usr/bin/rsh
 SED?=          /usr/bin/sed
 SETENV?=       /usr/bin/env
@@ -181,9 +179,8 @@
 # (it defaults to 'no' as per bsd.pkg.defaults.mk).
 # Set the group and mode to meaningful values in that case (defaults to
 # BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
-# FIXME: Adjust to work on this system and enable the lines below.
-#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
-#GAMEOWN=              games
-#GAMEGRP=              games
-#GAMEMODE=             2555
-#.endif
+.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+GAMEOWN=               games
+GAMEGRP=               games
+GAMEMODE=              2555
+.endif



Home | Main Index | Thread Index | Old Index