mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install scorefile as group games writeable
Remove revoke from game, score can't work with revoke
This commit is contained in:
parent
09b0f76735
commit
269e4d4538
2 changed files with 1 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue