summaryrefslogtreecommitdiff
path: root/games/xbill/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/xbill/README')
-rw-r--r--games/xbill/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/games/xbill/README b/games/xbill/README
index c47fc79c2d..2012e4db6b 100644
--- a/games/xbill/README
+++ b/games/xbill/README
@@ -10,8 +10,11 @@ which obviously allows cheating ones hi-score :-(
Probably this came about since GTK+ doesn't allow setgid?
In the install-script we move xbill to xbill-bin and install
-a wrapper thingy as xbill instead, with setuid and video group
-executable filesystem perms. There we change groups to games.
-
-In the resulting package /var/xbill is group-writable only...
+a wrapper thingy as xbill instead. In the resulting package
+/var/games/xbill is group-writable for 'games' only...
+Note on capabilities: FCAPS=true
+This is the default now. It maybe disabled by feeding a 'false'
+value to the build script and the wrapper will be installed with
+setuid and video group executable filesystem perms. As before.
+Just comment it out, if you don't care for any of this stuff :-)