summaryrefslogtreecommitdiff
path: root/games/xjumpx/pkg-message
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-12-19 03:26:22 +0000
committerWill Andrews <will@FreeBSD.org>2001-12-19 03:26:22 +0000
commit01dec72133bba76ada6e24ea97b39fb460224a70 (patch)
tree80c06eec8a036c91b7d55d563cd39c858bc2fb2b /games/xjumpx/pkg-message
parentAdd dna-qc 1993.07.26, a quality control algorithm for DNA (diff)
Add xjumpx 1.4, an improved version of xjump.
PR: 29711 Submitted by: Tatsuya Kuidoh <cdr@ga.xdsl.ne.jp>
Notes
Notes: svn path=/head/; revision=51779
Diffstat (limited to '')
-rw-r--r--games/xjumpx/pkg-message11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xjumpx/pkg-message b/games/xjumpx/pkg-message
new file mode 100644
index 000000000000..0f6dc8d06229
--- /dev/null
+++ b/games/xjumpx/pkg-message
@@ -0,0 +1,11 @@
+
+--- NOTICE ---
+Original xjumpx is setgid games to protect scorefiles.
+However, due to security concerns, xjumpx is not installed setgid games,
+so everybody can change scorefiles.
+In order to protect scorefiles, you will need to run these commands:
+
+ chgrp games /usr/X11R6/bin/xjumpx /usr/X11R6/lib/X11/xjumpx
+ chmod g+s /usr/X11R6/bin/xjumpx
+ chmod 770 /usr/X11R6/lib/X11/xjumpx
+