Dash:
[t2-trunk.git] / package / games / xconq / chown.patch
blobfd6cbceb08daa7097578daeafbd782d0e65f3e19
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../xconq/chown.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
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 # --- T2-COPYRIGHT-NOTE-END ---
18 --- ./Local.config.org Tue Mar 18 11:21:07 2003
19 +++ ./Local.config Tue Mar 18 11:21:32 2003
20 @@ -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
29 GAMEPERM = 04755
30 DIRPERM = 0755
31 --- ./Makefile.in.org Tue Aug 22 14:52:56 2000
32 +++ ./Makefile.in Wed Mar 19 15:55:51 2003
33 @@ -27,8 +27,8 @@
34 srcdir = @srcdir@
35 VPATH = @srcdir@
37 -GAMEUID = games
38 -GAMEGRP = bin
39 +GAMEUID = root
40 +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@
50 -GAMEUID = games
51 -GAMEGRP = bin
52 +GAMEUID = root
53 +GAMEGRP = games
55 DIRPERM = 0755
56 FILEPERM = 0644
57 --- ./curses/Makefile.in.org Wed Mar 19 16:51:33 2003
58 +++ ./curses/Makefile.in Wed Mar 19 16:51:41 2003
59 @@ -22,8 +22,8 @@
61 krnsrcdir = $(srcdir)/../kernel
63 -GAMEUID = games
64 -GAMEGRP = bin
65 +GAMEUID = root
66 +GAMEGRP = games
68 GAMEPERM = 04755
70 --- ./x11/Makefile.in.org Wed Mar 19 16:50:41 2003
71 +++ ./x11/Makefile.in Wed Mar 19 16:50:51 2003
72 @@ -24,8 +24,8 @@
74 krnsrcdir = $(srcdir)/../kernel
76 -GAMEUID = games
77 -GAMEGRP = bin
78 +GAMEUID = root
79 +GAMEGRP = games
81 GAMEPERM = 04755
82 DIRPERM = 0755
83 --- ./images/Makefile.in.org Fri Jun 9 16:52:41 2000
84 +++ ./images/Makefile.in Wed Mar 19 16:52:46 2003
85 @@ -22,8 +22,8 @@
86 srcdir = @srcdir@
87 VPATH = @srcdir@
89 -GAMEUID = games
90 -GAMEGRP = bin
91 +GAMEUID = root
92 +GAMEGRP = games
94 DIRPERM = 0755
95 FILEPERM = 0644
96 --- ./win/Makefile.in.org Wed Mar 19 16:53:49 2003
97 +++ ./win/Makefile.in Wed Mar 19 16:53:55 2003
98 @@ -22,8 +22,8 @@
100 krnsrcdir = $(srcdir)/../kernel
102 -GAMEUID = games
103 -GAMEGRP = bin
104 +GAMEUID = root
105 +GAMEGRP = games
107 GAMEPERM = 04755
108 DIRPERM = 0755