diff options
author | sibel <lesibel at free dot fr> | 2010-07-29 18:51:11 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-29 18:51:11 +0200 |
commit | 222a3a19e144e34875dd263427e9a40e1e9883ec (patch) | |
tree | 28ba95cba963159346f1394dd495d3b50911516c /kde/kdebase-workspace/kdm-zsh-profile.patch | |
parent | 083f22ada5c522b20dc9bed706bd0da88a1b3071 (diff) | |
download | nutyx-extra-222a3a19e144e34875dd263427e9a40e1e9883ec.tar.gz nutyx-extra-222a3a19e144e34875dd263427e9a40e1e9883ec.tar.bz2 nutyx-extra-222a3a19e144e34875dd263427e9a40e1e9883ec.tar.xz nutyx-extra-222a3a19e144e34875dd263427e9a40e1e9883ec.zip |
maj de kdebase-workspace#4.4.95-1
Diffstat (limited to 'kde/kdebase-workspace/kdm-zsh-profile.patch')
-rw-r--r-- | kde/kdebase-workspace/kdm-zsh-profile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde/kdebase-workspace/kdm-zsh-profile.patch b/kde/kdebase-workspace/kdm-zsh-profile.patch new file mode 100644 index 000000000..779456b39 --- /dev/null +++ b/kde/kdebase-workspace/kdm-zsh-profile.patch @@ -0,0 +1,11 @@ +--- kdm/kfrontend/genkdmconf.c 2008-02-13 09:40:49.000000000 +0000 ++++ kdm/kfrontend/genkdmconf.c 2008-05-16 12:47:36.000000000 +0000 +@@ -662,7 +662,7 @@ + " [ -d /etc/zsh ] && zdir=/etc/zsh || zdir=/etc\n" + " zhome=${ZDOTDIR:-$HOME}\n" + " # zshenv is always sourced automatically.\n" +-" [ -f $zdir/zprofile ] && . $zdir/zprofile\n" ++" [ -f /etc/profile ] && . /etc/profile\n" + " [ -f $zhome/.zprofile ] && . $zhome/.zprofile\n" + " [ -f $zdir/zlogin ] && . $zdir/zlogin\n" + " [ -f $zhome/.zlogin ] && . $zhome/.zlogin\n" |