diff options
Diffstat (limited to 'x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c')
-rw-r--r-- | x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c index e184ce64e922..503d7448e5fe 100644 --- a/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c +++ b/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c @@ -1,6 +1,6 @@ ---- kdm/kfrontend/genkdmconf.c.orig Wed Jun 26 12:37:51 2002 -+++ kdm/kfrontend/genkdmconf.c Wed Jun 26 12:39:42 2002 -@@ -402,7 +402,7 @@ +--- kdm/kfrontend/genkdmconf.c.orig Thu Aug 5 20:57:04 2004 ++++ kdm/kfrontend/genkdmconf.c Wed Sep 15 18:18:11 2004 +@@ -578,7 +578,7 @@ "# by Xsetup usually.\n" "# This is not required if you use PAM with the pam_console module.\n" "#\n" @@ -8,8 +8,8 @@ +"chown $USER /dev/console\n" "\n" #ifdef _AIX - "# We create a pseudodevice for finger. (host:0 becomes kdm/host_0)\n" -@@ -443,8 +443,8 @@ + "# We create a pseudodevice for finger. (host:0 becomes xdm/host_0)\n" +@@ -619,8 +619,8 @@ "# Reassign ownership of the console to root, this should disallow\n" "# assignment of console output to any random users's xterm. See Xstartup.\n" "#\n" @@ -20,3 +20,12 @@ "\n" #ifdef _AIX "if [ -f /usr/lib/X11/xdm/sessreg ]; then\n" +@@ -668,7 +668,7 @@ + " # [t]cshrc is always sourced automatically.\n" + " # Note that sourcing csh.login after .cshrc is non-standard.\n" + " set -a\n" +-" eval `$SHELL -c 'if (-f /etc/csh.login) source /etc/csh.login; if (-f ~/.login) source ~/.login; /bin/sh -c set | egrep -v \"^(BASH_VERSINFO|EUID|PPID|UID|_)=\"'`\n" ++" eval `$SHELL -c 'if (-f /etc/csh.login) source /etc/csh.login > /dev/null; if (-f ~/.login) source ~/.login > /dev/null; /bin/sh -c set | egrep -v \"^(BASH_VERSINFO|EUID|PPID|UID|GROUPS|SHELLOPTS|_)=\"'`\n" + " set +a\n" + " ;;\n" + " *) # Plain sh, ksh, and anything we don't know.\n" |