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.

113 lines
2.7 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 - 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. --- ./Local.config.org Tue Mar 18 11:21:07 2003
  23. +++ ./Local.config Tue Mar 18 11:21:32 2003
  24. @@ -55,8 +55,8 @@
  25. XCOMM check that this user and group exist on your system
  26. XCOMM DO NOT set GAMEUID to root!
  27. -GAMEUID = games
  28. -GAMEGRP = bin
  29. +GAMEUID = root
  30. +GAMEGRP = games
  31. GAMEPERM = 04755
  32. DIRPERM = 0755
  33. --- ./Makefile.in.org Tue Aug 22 14:52:56 2000
  34. +++ ./Makefile.in Wed Mar 19 15:55:51 2003
  35. @@ -27,8 +27,8 @@
  36. srcdir = @srcdir@
  37. VPATH = @srcdir@
  38. -GAMEUID = games
  39. -GAMEGRP = bin
  40. +GAMEUID = root
  41. +GAMEGRP = games
  42. GAMEPERM = 04755
  43. DIRPERM = 0755
  44. --- ./lib/Makefile.in.org Fri Jun 9 16:52:41 2000
  45. +++ ./lib/Makefile.in Wed Mar 19 16:48:10 2003
  46. @@ -22,8 +22,8 @@
  47. srcdir = @srcdir@
  48. VPATH = @srcdir@
  49. -GAMEUID = games
  50. -GAMEGRP = bin
  51. +GAMEUID = root
  52. +GAMEGRP = games
  53. DIRPERM = 0755
  54. FILEPERM = 0644
  55. --- ./curses/Makefile.in.org Wed Mar 19 16:51:33 2003
  56. +++ ./curses/Makefile.in Wed Mar 19 16:51:41 2003
  57. @@ -22,8 +22,8 @@
  58. krnsrcdir = $(srcdir)/../kernel
  59. -GAMEUID = games
  60. -GAMEGRP = bin
  61. +GAMEUID = root
  62. +GAMEGRP = games
  63. GAMEPERM = 04755
  64. --- ./x11/Makefile.in.org Wed Mar 19 16:50:41 2003
  65. +++ ./x11/Makefile.in Wed Mar 19 16:50:51 2003
  66. @@ -24,8 +24,8 @@
  67. krnsrcdir = $(srcdir)/../kernel
  68. -GAMEUID = games
  69. -GAMEGRP = bin
  70. +GAMEUID = root
  71. +GAMEGRP = games
  72. GAMEPERM = 04755
  73. DIRPERM = 0755
  74. --- ./images/Makefile.in.org Fri Jun 9 16:52:41 2000
  75. +++ ./images/Makefile.in Wed Mar 19 16:52:46 2003
  76. @@ -22,8 +22,8 @@
  77. srcdir = @srcdir@
  78. VPATH = @srcdir@
  79. -GAMEUID = games
  80. -GAMEGRP = bin
  81. +GAMEUID = root
  82. +GAMEGRP = games
  83. DIRPERM = 0755
  84. FILEPERM = 0644
  85. --- ./win/Makefile.in.org Wed Mar 19 16:53:49 2003
  86. +++ ./win/Makefile.in Wed Mar 19 16:53:55 2003
  87. @@ -22,8 +22,8 @@
  88. krnsrcdir = $(srcdir)/../kernel
  89. -GAMEUID = games
  90. -GAMEGRP = bin
  91. +GAMEUID = root
  92. +GAMEGRP = games
  93. GAMEPERM = 04755
  94. DIRPERM = 0755