OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../bsd-games/group-games.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  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. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- ./configure.orig Fri Jan 5 15:50:33 2001
  18. +++ ./configure Fri Jan 5 16:00:46 2001
  19. @@ -269,10 +269,10 @@
  20. echo "more secure but means that the games will fail when trying to write"
  21. echo "to their scorefiles."
  22. -askperms "Binary" binary root root 0755
  23. -askperms "Game with scorefile" score_game root root 0755 # or root games 2755?
  24. +askperms "Binary" binary root games 2755
  25. +askperms "Game with scorefile" score_game root games 2755
  26. if building_in hunt; then
  27. - askperms "Daemon" daemon root root 0755
  28. + askperms "Daemon" daemon root games 2755
  29. fi
  30. if building_in dm; then
  31. askperms "Directory for hidden games" dmdir root games 0750
  32. @@ -281,9 +281,9 @@
  33. fi
  34. askperms "Manpage" manpage root root 0644
  35. askperms "Constant data" constdata root root 0644
  36. -askperms "Variable data" vardata root root 0644 # or 0666?
  37. +askperms "Variable data" vardata root games 0664
  38. -ask "Permissions on variable data that should not be world readable" vardata_perms_priv 0640
  39. +ask "Permissions on variable data that should not be world readable" vardata_perms_priv 0660
  40. use_dot_so=
  41. while test x$use_dot_so = x; do
  42. @@ -417,7 +417,7 @@
  43. echo "using. It may be more secure if this directory is not world"
  44. echo "accessible (e.g. mode 2770)."
  45. ask "Directory for sail temporary files" sail_dir "$varlibdir/sail"
  46. - askperms "Sail directory" sail_dir root root 0750
  47. + askperms "Sail directory" sail_dir root games 0770
  48. install_sail_dir=`echo "$install_sail_dir" |sed 's/install -c/install -d/'`
  49. fi
  50. @@ -455,7 +455,7 @@
  51. echo "not work: you may want to choose permissions appropriate to the"
  52. echo "security policy you are using (e.g. 2775 root.games for setgid"
  53. echo "games)."
  54. - askperms "Hack directory" hack_dir root root 0755
  55. + askperms "Hack directory" hack_dir root games 0775
  56. install_hack_dir=`echo "$install_hack_dir" |sed 's/install -c/install -d/'`
  57. fi