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.

108 lines
2.5 KiB

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