* rebased llvm/hotfix-sparcv9-not-64.diff
[t2sde.git] / package / games / bsd-games / group-games.patch
blobdae7d8245b486a70a5a58ce3398fcd9e5e53b47f
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../bsd-games/group-games.patch
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7 #
8 # More information can be found in the files COPYING and README.
9 #
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- ./configure.orig Fri Jan 5 15:50:33 2001
19 +++ ./configure Fri Jan 5 16:00:46 2001
20 @@ -269,10 +269,10 @@
21 echo "more secure but means that the games will fail when trying to write"
22 echo "to their scorefiles."
24 -askperms "Binary" binary root root 0755
25 -askperms "Game with scorefile" score_game root root 0755 # or root games 2755?
26 +askperms "Binary" binary root games 2755
27 +askperms "Game with scorefile" score_game root games 2755
28 if building_in hunt; then
29 - askperms "Daemon" daemon root root 0755
30 + askperms "Daemon" daemon root games 2755
32 if building_in dm; then
33 askperms "Directory for hidden games" dmdir root games 0750
34 @@ -281,9 +281,9 @@
36 askperms "Manpage" manpage root root 0644
37 askperms "Constant data" constdata root root 0644
38 -askperms "Variable data" vardata root root 0644 # or 0666?
39 +askperms "Variable data" vardata root games 0664
41 -ask "Permissions on variable data that should not be world readable" vardata_perms_priv 0640
42 +ask "Permissions on variable data that should not be world readable" vardata_perms_priv 0660
44 use_dot_so=
45 while test x$use_dot_so = x; do
46 @@ -417,7 +417,7 @@
47 echo "using. It may be more secure if this directory is not world"
48 echo "accessible (e.g. mode 2770)."
49 ask "Directory for sail temporary files" sail_dir "$varlibdir/sail"
50 - askperms "Sail directory" sail_dir root root 0750
51 + askperms "Sail directory" sail_dir root games 0770
52 install_sail_dir=`echo "$install_sail_dir" |sed 's/install -c/install -d/'`
55 @@ -455,7 +455,7 @@
56 echo "not work: you may want to choose permissions appropriate to the"
57 echo "security policy you are using (e.g. 2775 root.games for setgid"
58 echo "games)."
59 - askperms "Hack directory" hack_dir root root 0755
60 + askperms "Hack directory" hack_dir root games 0775
61 install_hack_dir=`echo "$install_hack_dir" |sed 's/install -c/install -d/'`