[2251] in Athena Bugs
attach's exit status
daemon@ATHENA.MIT.EDU (Michael A. Fetterman)
Wed May 17 17:52:19 1989
To: bugs@ATHENA.MIT.EDU
Date: Wed, 17 May 89 17:50:54 EDT
From: Michael A. Fetterman <mafetter@ATHENA.MIT.EDU>
I normally do my attaches in a shell script, which watches the return value
of attach to detect success or failure.
This caused me to notice the following problem:
athena% attach -nomap -mountoptions soft,intr -mountpoint /esg02 -explicit esg02:/site...
esg02:/site: Timeout while contacting mount daemon on FRUMIOUS-BANDERSNATCH.MIT.EDU
athena% echo $status
0
athena%
attach should have signaled some error code here, shouldn't it?