Back out previous fix (not work) and add more general SUIDGAME hook instead
This commit is contained in:
parent
e182e47d22
commit
119b151a09
@ -2,8 +2,14 @@
|
||||
|
||||
BINGRP= games
|
||||
.if defined(HIDEGAME)
|
||||
BINDIR?= /usr/games/hide
|
||||
BINMODE?= 550
|
||||
BINDIR= /usr/games/hide
|
||||
.if defined(SUIDGAME)
|
||||
BINOWN= games
|
||||
BINMODE= 4550
|
||||
INSTALLFLAGS+= -fschg
|
||||
.else
|
||||
BINMODE= 550
|
||||
.endif
|
||||
.else
|
||||
BINDIR= /usr/games
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user