[1480] in SIPB_Linux_Development
New updates
daemon@ATHENA.MIT.EDU (Maciej Stachowiak)
Fri Oct 18 03:21:17 1996
To: linux-dev@MIT.EDU
Date: Fri, 18 Oct 1996 03:20:26 EDT
From: Maciej Stachowiak <mstachow@MIT.EDU>
mh-6.8.3-12.i386.rpm has a problem.
Here is the /etc/prfile.d/mh.csh it installs:
------------
set path=( /usr/bin/mh)
------------
Here is what /etc/profile.d/mh.csh should be, based on the fact that
the installed mh.csh breaks X logins (since csh.cshrc sources it for
every xterm, thus setting the path to nothing but /usr/bin/mh), and on
examination of /etc/profile.d/mh.sh :
-------------
set path=($path /usr/bin/mh)
-------------
Making this fix manually, I found that things work again.
- Maciej Stachowiak