Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh login coredump



On Sat, 2005-05-21 at 17:17 -0700, Bart Schaefer wrote:

> Did it occur to you to look at /etc/profile line 33 or perhaps at
> /etc/profile.d/krb5.sh line 5, to see what's causing the parse errors?
> 
> Has /etc/profile or /etc/profile.d/krb5.sh changed recently?  Why?

Yes, it did occur to me, but nothing jumped out at me:

=====
profile
=====

32 # Path manipulation
33 if [ `id -u` = 0 ]; then
34         pathmunge /sbin
35         pathmunge /usr/sbin
36         pathmunge /usr/local/sbin

=====
krb5.sh
=====

1 if ! echo ${PATH} | grep -q /usr/kerberos/bin ; then
2         PATH=/usr/kerberos/bin:${PATH}
3 fi
4 if ! echo ${PATH} | grep -q /usr/kerberos/sbin ; then
5         if [ `id -u` = 0 ] ; then
6                 PATH=/usr/kerberos/sbin:${PATH}
7         fi
8 fi
=====

./k

kurt von finck
-- 
http://www.mneptok.com
mneptok@xxxxxxxxxxx
--
public key at: subkeys.pgp.net
server key id: 5229D26A
fingerprint: 127A A484 ADBF A5AD E7FB 8CD2 8913 18F4 5229 D26A
--
Success is more a function of consistent common sense than it is of
genius. - An Wang
--



Messages sorted by: Reverse Date, Date, Thread, Author