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.

110 lines
2.6 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/kasc/xconq/chown.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./Local.config.org Tue Mar 18 11:21:07 2003
  20. +++ ./Local.config Tue Mar 18 11:21:32 2003
  21. @@ -55,8 +55,8 @@
  22. XCOMM check that this user and group exist on your system
  23. XCOMM DO NOT set GAMEUID to root!
  24. -GAMEUID = games
  25. -GAMEGRP = bin
  26. +GAMEUID = root
  27. +GAMEGRP = games
  28. GAMEPERM = 04755
  29. DIRPERM = 0755
  30. --- ./Makefile.in.org Tue Aug 22 14:52:56 2000
  31. +++ ./Makefile.in Wed Mar 19 15:55:51 2003
  32. @@ -27,8 +27,8 @@
  33. srcdir = @srcdir@
  34. VPATH = @srcdir@
  35. -GAMEUID = games
  36. -GAMEGRP = bin
  37. +GAMEUID = root
  38. +GAMEGRP = games
  39. GAMEPERM = 04755
  40. DIRPERM = 0755
  41. --- ./lib/Makefile.in.org Fri Jun 9 16:52:41 2000
  42. +++ ./lib/Makefile.in Wed Mar 19 16:48:10 2003
  43. @@ -22,8 +22,8 @@
  44. srcdir = @srcdir@
  45. VPATH = @srcdir@
  46. -GAMEUID = games
  47. -GAMEGRP = bin
  48. +GAMEUID = root
  49. +GAMEGRP = games
  50. DIRPERM = 0755
  51. FILEPERM = 0644
  52. --- ./curses/Makefile.in.org Wed Mar 19 16:51:33 2003
  53. +++ ./curses/Makefile.in Wed Mar 19 16:51:41 2003
  54. @@ -22,8 +22,8 @@
  55. krnsrcdir = $(srcdir)/../kernel
  56. -GAMEUID = games
  57. -GAMEGRP = bin
  58. +GAMEUID = root
  59. +GAMEGRP = games
  60. GAMEPERM = 04755
  61. --- ./x11/Makefile.in.org Wed Mar 19 16:50:41 2003
  62. +++ ./x11/Makefile.in Wed Mar 19 16:50:51 2003
  63. @@ -24,8 +24,8 @@
  64. krnsrcdir = $(srcdir)/../kernel
  65. -GAMEUID = games
  66. -GAMEGRP = bin
  67. +GAMEUID = root
  68. +GAMEGRP = games
  69. GAMEPERM = 04755
  70. DIRPERM = 0755
  71. --- ./images/Makefile.in.org Fri Jun 9 16:52:41 2000
  72. +++ ./images/Makefile.in Wed Mar 19 16:52:46 2003
  73. @@ -22,8 +22,8 @@
  74. srcdir = @srcdir@
  75. VPATH = @srcdir@
  76. -GAMEUID = games
  77. -GAMEGRP = bin
  78. +GAMEUID = root
  79. +GAMEGRP = games
  80. DIRPERM = 0755
  81. FILEPERM = 0644
  82. --- ./win/Makefile.in.org Wed Mar 19 16:53:49 2003
  83. +++ ./win/Makefile.in Wed Mar 19 16:53:55 2003
  84. @@ -22,8 +22,8 @@
  85. krnsrcdir = $(srcdir)/../kernel
  86. -GAMEUID = games
  87. -GAMEGRP = bin
  88. +GAMEUID = root
  89. +GAMEGRP = games
  90. GAMEPERM = 04755
  91. DIRPERM = 0755