[1337] in SIPB_Linux_Development
attach + redhat = no NFS
daemon@ATHENA.MIT.EDU (Derek Atkins)
Wed Jul 3 13:13:11 1996
To: linux-dev@MIT.EDU
Cc: joanna@MIT.EDU
Date: Wed, 03 Jul 1996 13:12:01 EDT
From: Derek Atkins <warlord@MIT.EDU>
attach (at least in the ELF package as of last week) is looking for
mount in /sbin. On redhat 3.0.3, mount is in /bin. On slackware 2.3,
mount is in /bin with a symlink from /sbin. On slackware 3.0, mount
is in the same places as 2.3.
So, someone (I thought Greg was going to fix this?) should fix attach
to look in /bin, or at least try both /bin and /sbin, and then
recreate the ELF attach package. If I have time I may get to this
this weekend.
-derek