diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-24 02:16:50 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-24 02:16:50 +0000 |
| commit | 269e4d4538a73dbffaba4e0d36d6b3d201001564 (patch) | |
| tree | eb8974e29129ca26204421cf514352f828ebd4f9 /games/robots | |
| parent | 09b0f7673570aa212a8a12866519592f12adac44 (diff) | |
Notes
Diffstat (limited to 'games/robots')
| -rw-r--r-- | games/robots/Makefile | 2 | ||||
| -rw-r--r-- | games/robots/main.c | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/games/robots/Makefile b/games/robots/Makefile index bded13469ba8..18503e010bc3 100644 --- a/games/robots/Makefile +++ b/games/robots/Makefile @@ -10,7 +10,7 @@ LDADD= -lcurses -ltermcap -lcompat HIDEGAME=hidegame beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/robots_roll .include <bsd.prog.mk> diff --git a/games/robots/main.c b/games/robots/main.c index 00c418700967..ee0adbc74358 100644 --- a/games/robots/main.c +++ b/games/robots/main.c @@ -56,10 +56,6 @@ char **av; extern int Max_per_uid; void quit(); - /* revoke */ - setegid(getgid()); - setgid(getgid()); - show_only = FALSE; if (ac > 1) { bad_arg = FALSE; |
