summaryrefslogtreecommitdiffstats
path: root/kde/kdebase-workspace/kdm-zsh-profile.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-24 15:50:35 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-24 15:50:35 +0200
commitac3a4e0b4a8931f8773852bf7bcc15ab2bcdec4c (patch)
tree135328325e81f1b3dfbfd578f7e507617539db48 /kde/kdebase-workspace/kdm-zsh-profile.patch
parente5e058e2aadafa0d61c11709f7481375c6db504b (diff)
downloadnutyx-pakxe-ac3a4e0b4a8931f8773852bf7bcc15ab2bcdec4c.tar.gz
nutyx-pakxe-ac3a4e0b4a8931f8773852bf7bcc15ab2bcdec4c.tar.bz2
nutyx-pakxe-ac3a4e0b4a8931f8773852bf7bcc15ab2bcdec4c.tar.xz
nutyx-pakxe-ac3a4e0b4a8931f8773852bf7bcc15ab2bcdec4c.zip
kdebase-workspace, maj 4.5.2-2 petites améliorations graphiques, merci blacksad pour le nouveau look de kdm splash
Diffstat (limited to 'kde/kdebase-workspace/kdm-zsh-profile.patch')
-rw-r--r--kde/kdebase-workspace/kdm-zsh-profile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/kde/kdebase-workspace/kdm-zsh-profile.patch b/kde/kdebase-workspace/kdm-zsh-profile.patch
deleted file mode 100644
index 779456b39..000000000
--- a/kde/kdebase-workspace/kdm-zsh-profile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"