Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/games/rogue Pull up 1.13: Correct SETUIDGAME setting to...
details: https://anonhg.NetBSD.org/src/rev/921592dc0588
branches: netbsd-1-4
changeset: 468079:921592dc0588
user: abs <abs%NetBSD.org@localhost>
date: Tue Apr 06 02:14:36 1999 +0000
description:
Pull up 1.13: Correct SETUIDGAME setting to SETGIDGAME
diffstat:
games/rogue/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3fa8afaa3b38 -r 921592dc0588 games/rogue/Makefile
--- a/games/rogue/Makefile Tue Apr 06 02:07:52 1999 +0000
+++ b/games/rogue/Makefile Tue Apr 06 02:14:36 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/02/18 22:37:32 jtc Exp $
+# $NetBSD: Makefile,v 1.12.2.1 1999/04/06 02:14:36 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