|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../xconq/chown.patch # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- SDE-COPYRIGHT-NOTE-END ---
--- ./Local.config.org Tue Mar 18 11:21:07 2003
+++ ./Local.config Tue Mar 18 11:21:32 2003
@@ -55,8 +55,8 @@
XCOMM check that this user and group exist on your system XCOMM DO NOT set GAMEUID to root! -GAMEUID = games
-GAMEGRP = bin
+GAMEUID = root
+GAMEGRP = games
GAMEPERM = 04755 DIRPERM = 0755 --- ./Makefile.in.org Tue Aug 22 14:52:56 2000
+++ ./Makefile.in Wed Mar 19 15:55:51 2003
@@ -27,8 +27,8 @@
srcdir = @srcdir@ VPATH = @srcdir@ -GAMEUID = games
-GAMEGRP = bin
+GAMEUID = root
+GAMEGRP = games
GAMEPERM = 04755 DIRPERM = 0755 --- ./lib/Makefile.in.org Fri Jun 9 16:52:41 2000
+++ ./lib/Makefile.in Wed Mar 19 16:48:10 2003
@@ -22,8 +22,8 @@
srcdir = @srcdir@ VPATH = @srcdir@ -GAMEUID = games
-GAMEGRP = bin
+GAMEUID = root
+GAMEGRP = games
DIRPERM = 0755 FILEPERM = 0644 --- ./curses/Makefile.in.org Wed Mar 19 16:51:33 2003
+++ ./curses/Makefile.in Wed Mar 19 16:51:41 2003
@@ -22,8 +22,8 @@
krnsrcdir = $(srcdir)/../kernel -GAMEUID = games
-GAMEGRP = bin
+GAMEUID = root
+GAMEGRP = games
GAMEPERM = 04755 --- ./x11/Makefile.in.org Wed Mar 19 16:50:41 2003
+++ ./x11/Makefile.in Wed Mar 19 16:50:51 2003
@@ -24,8 +24,8 @@
krnsrcdir = $(srcdir)/../kernel -GAMEUID = games
-GAMEGRP = bin
+GAMEUID = root
+GAMEGRP = games
GAMEPERM = 04755 DIRPERM = 0755 --- ./images/Makefile.in.org Fri Jun 9 16:52:41 2000
+++ ./images/Makefile.in Wed Mar 19 16:52:46 2003
@@ -22,8 +22,8 @@
srcdir = @srcdir@ VPATH = @srcdir@ -GAMEUID = games
-GAMEGRP = bin
+GAMEUID = root
+GAMEGRP = games
DIRPERM = 0755 FILEPERM = 0644 --- ./win/Makefile.in.org Wed Mar 19 16:53:49 2003
+++ ./win/Makefile.in Wed Mar 19 16:53:55 2003
@@ -22,8 +22,8 @@
krnsrcdir = $(srcdir)/../kernel -GAMEUID = games
-GAMEGRP = bin
+GAMEUID = root
+GAMEGRP = games
GAMEPERM = 04755 DIRPERM = 0755
|