summaryrefslogtreecommitdiffstats
path: root/x11/gdm2/files/patch-ab
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-17 05:12:54 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-17 05:12:54 +0800
commit06f962de5e8b19b71ba6fb49f973aec21894d696 (patch)
treebad539386f7eca8d6bfebd4bd4734a1a1eb6714f /x11/gdm2/files/patch-ab
parent1b9f62d09bef9e4fdc50b3ae828ab105ed6e2d8f (diff)
downloadmarcuscom-ports-06f962de5e8b19b71ba6fb49f973aec21894d696.tar
marcuscom-ports-06f962de5e8b19b71ba6fb49f973aec21894d696.tar.gz
marcuscom-ports-06f962de5e8b19b71ba6fb49f973aec21894d696.tar.bz2
marcuscom-ports-06f962de5e8b19b71ba6fb49f973aec21894d696.tar.lz
marcuscom-ports-06f962de5e8b19b71ba6fb49f973aec21894d696.tar.xz
marcuscom-ports-06f962de5e8b19b71ba6fb49f973aec21894d696.tar.zst
marcuscom-ports-06f962de5e8b19b71ba6fb49f973aec21894d696.zip
Update to 2.4.2.95.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@895 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm2/files/patch-ab')
-rw-r--r--x11/gdm2/files/patch-ab47
1 files changed, 47 insertions, 0 deletions
diff --git a/x11/gdm2/files/patch-ab b/x11/gdm2/files/patch-ab
new file mode 100644
index 000000000..b672187b9
--- /dev/null
+++ b/x11/gdm2/files/patch-ab
@@ -0,0 +1,47 @@
+--- config/gdm.conf.in.orig Mon Jun 9 18:29:06 2003
++++ config/gdm.conf.in Mon Jun 16 16:32:38 2003
+@@ -62,7 +62,7 @@
+ # To try to kill all clients started at greeter time or in the Init script.
+ # doesn't always work, only if those clients have a window of their own
+ KillInitClients=true
+-LogDir=@EXPANDED_AUTHDIR@
++LogDir=/var/log
+ # You should probably never change this value unless you have a weird setup
+ PidFile=/var/run/gdm.pid
+ # Note that a post login script is run before a PreSession script.
+@@ -81,7 +81,7 @@
+ # Reboot, Halt and suspend commands, you can add different commands
+ # separated by a semicolon and gdm will use the first one it can find
+ RebootCommand=/sbin/shutdown -r now;/usr/sbin/shutdown -r now
+-HaltCommand=/usr/bin/poweroff;/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now
++HaltCommand=/sbin/shutdown -p now;/usr/sbin/shutdown -p now
+ SuspendCommand=
+ # Probably should not touch the below this is the standard setup
+ ServAuthDir=@EXPANDED_AUTHDIR@
+@@ -109,7 +109,7 @@
+ # we force X to use specific vts. turn VTAllocation to false if this
+ # is causing problems.
+ FirstVT=7
+-VTAllocation=true
++VTAllocation=false
+
+ [security]
+ # If any distributions ship with this one off, they should be shot
+@@ -184,7 +184,7 @@
+ # The 'theme'. By default we're using the default gtk theme
+ # Of course assuming that gtk got installed in the same prefix,
+ # if not change this.
+-GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc
++GtkRC=@EXPANDED_DATADIR@/../themes/Default/gtk-2.0/gtkrc
+ # Maximum size of an icon, larger icons are scaled down
+ MaxIconWidth=128
+ MaxIconHeight=128
+@@ -357,7 +357,7 @@
+ # to the command line
+ [server-Chooser]
+ name=Chooser server
+-command=@X_SERVER@
++command=@X_SERVER@ vt9
+ # Make this not appear in the flexible servers for now, but if you
+ # wish to allow a chooser server then make this true. This is the
+ # only way to make a flexible chooser server that behaves nicely.