Source-Changes-HG archive

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

[src/trunk]: src/games/rogue s/SETUIDGAME/SETGIDGAME/ - catch up with the res...



details:   https://anonhg.NetBSD.org/src/rev/72cdd1fe3fd8
branches:  trunk
changeset: 471599:72cdd1fe3fd8
user:      abs <abs%NetBSD.org@localhost>
date:      Mon Apr 05 08:04:48 1999 +0000

description:
s/SETUIDGAME/SETGIDGAME/ - catch up with the rest of the world.

diffstat:

 games/rogue/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 58ded57ed2a8 -r 72cdd1fe3fd8 games/rogue/Makefile
--- a/games/rogue/Makefile      Mon Apr 05 07:30:43 1999 +0000
+++ b/games/rogue/Makefile      Mon Apr 05 08:04:48 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 1998/02/18 22:37:32 jtc Exp $
+#      $NetBSD: Makefile,v 1.13 1999/04/05 08:04:48 abs Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  rogue
@@ -9,7 +9,7 @@
 DPADD= ${LIBCURSES}
 LDADD= -lcurses
 HIDEGAME=hidegame
-SETUIDGAME=yes
+SETGIDGAME=yes
 MAN=   rogue.6
 
 .if make(install)



Home | Main Index | Thread Index | Old Index