[arch-commits] Commit in xorg-xdm/trunk (Xsession-loginshell.patch)
Jan de Groot
jgc at archlinux.org
Sat Jun 21 17:38:59 UTC 2008
Date: Saturday, June 21, 2008 @ 13:38:59
Author: jgc
Revision: 3235
Add missing patch
Added:
xorg-xdm/trunk/Xsession-loginshell.patch
---------------------------+
Xsession-loginshell.patch | 15 +++++++++++++++
1 file changed, 15 insertions(+)
Added: Xsession-loginshell.patch
===================================================================
--- Xsession-loginshell.patch (rev 0)
+++ Xsession-loginshell.patch 2008-06-21 17:38:59 UTC (rev 3235)
@@ -0,0 +1,15 @@
+--- config/Xsession.cpp.orig 2008-06-21 13:57:36.000000000 +0000
++++ config/Xsession.cpp 2008-06-21 14:01:25.000000000 +0000
+@@ -56,11 +56,7 @@
+ resources=$HOME/.Xresources
+
+ if [ -s "$startup" ]; then
+- if [ -x "$startup" ]; then
+- exec "$startup"
+- else
+- exec /bin/sh "$startup"
+- fi
++ exec /bin/sh -ls -c "$startup"
+ else
+ if [ -r "$resources" ]; then
+ BINDIR/xrdb -load "$resources"
More information about the arch-commits
mailing list