1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/xconq/files/patch-ai
Kris Kennaway 3c024e8418 Make this port setgid, not setuid.
Reviewed by:	maintainer
2000-05-07 02:14:29 +00:00

17 lines
291 B
Plaintext

--- x11/Makefile.in.orig Sun Apr 30 19:49:50 2000
+++ x11/Makefile.in Sun Apr 30 19:50:36 2000
@@ -25,10 +25,10 @@
krnsrcdir = $(srcdir)/../kernel
-GAMEUID = games
-GAMEGRP = bin
+GAMEUID = root
+GAMEGRP = games
-GAMEPERM = 04755
+GAMEPERM = 02755
DIRPERM = 0755
FILEPERM = 0644