Guest User

Untitled

a guest
Feb 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. --- kdm/kfrontend/genkdmconf.c 2008-02-13 09:40:49.000000000 +0000
  2. +++ kdm/kfrontend/genkdmconf.c 2008-05-16 12:47:36.000000000 +0000
  3. @@ -662,7 +662,7 @@
  4. " [ -d /etc/zsh ] && zdir=/etc/zsh || zdir=/etc\n"
  5. " zhome=${ZDOTDIR:-$HOME}\n"
  6. " # zshenv is always sourced automatically.\n"
  7. -" [ -f $zdir/zprofile ] && . $zdir/zprofile\n"
  8. +" [ -f /etc/profile ] && . /etc/profile\n"
  9. " [ -f $zhome/.zprofile ] && . $zhome/.zprofile\n"
  10. " [ -f $zdir/zlogin ] && . $zdir/zlogin\n"
  11. " [ -f $zhome/.zlogin ] && . $zhome/.zlogin\n"
Add Comment
Please, Sign In to add comment