mirror of the now-defunct rocklinux.org
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.

68 lines
2.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/rene/bsd-games/group-games.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./configure.orig Fri Jan 5 15:50:33 2001
  23. +++ ./configure Fri Jan 5 16:00:46 2001
  24. @@ -269,10 +269,10 @@
  25. echo "more secure but means that the games will fail when trying to write"
  26. echo "to their scorefiles."
  27. -askperms "Binary" binary root root 0755
  28. -askperms "Game with scorefile" score_game root root 0755 # or root games 2755?
  29. +askperms "Binary" binary root games 2755
  30. +askperms "Game with scorefile" score_game root games 2755
  31. if building_in hunt; then
  32. - askperms "Daemon" daemon root root 0755
  33. + askperms "Daemon" daemon root games 2755
  34. fi
  35. if building_in dm; then
  36. askperms "Directory for hidden games" dmdir root games 0750
  37. @@ -281,9 +281,9 @@
  38. fi
  39. askperms "Manpage" manpage root root 0644
  40. askperms "Constant data" constdata root root 0644
  41. -askperms "Variable data" vardata root root 0644 # or 0666?
  42. +askperms "Variable data" vardata root games 0664
  43. -ask "Permissions on variable data that should not be world readable" vardata_perms_priv 0640
  44. +ask "Permissions on variable data that should not be world readable" vardata_perms_priv 0660
  45. use_dot_so=
  46. while test x$use_dot_so = x; do
  47. @@ -417,7 +417,7 @@
  48. echo "using. It may be more secure if this directory is not world"
  49. echo "accessible (e.g. mode 2770)."
  50. ask "Directory for sail temporary files" sail_dir "$varlibdir/sail"
  51. - askperms "Sail directory" sail_dir root root 0750
  52. + askperms "Sail directory" sail_dir root games 0770
  53. install_sail_dir=`echo "$install_sail_dir" |sed 's/install -c/install -d/'`
  54. fi
  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/'`
  62. fi