From 1d438794cd589815951c0c44c4cdb7de47be8e33 Mon Sep 17 00:00:00 2001 From: arved Date: Sun, 10 Oct 2004 22:03:35 +0000 Subject: Fix Environment for kdm/csh users. No PORTREVISION bump this time, because we had one 24 hours ago. PR: 72388 Submitted by: Jose M Rodriguez Requested by: peter Approved by: portmgr(krion) Reviewed by: Adriaan de Groot --- x11/kdebase4-workspace/files/patch-kdm-kfrontend-genkdmconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/kdebase4-workspace') diff --git a/x11/kdebase4-workspace/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kdebase4-workspace/files/patch-kdm-kfrontend-genkdmconf.c index 503d7448e5fe..7cdc766f794f 100644 --- a/x11/kdebase4-workspace/files/patch-kdm-kfrontend-genkdmconf.c +++ b/x11/kdebase4-workspace/files/patch-kdm-kfrontend-genkdmconf.c @@ -25,7 +25,7 @@ " # 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" ++" eval `$SHELL -c 'if (-f /etc/csh.login) source /etc/csh.login >& /dev/null; if (-f ~/.login) source ~/.login >& /dev/null; /usr/bin/env | egrep -v \"^(TERM|SHLVL)=\"'`\n" " set +a\n" " ;;\n" " *) # Plain sh, ksh, and anything we don't know.\n" -- cgit