[658] in athena10
Re: attach -e
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Tue Dec 2 16:29:18 2008
Cc: Bill Cattey <wdc@mit.edu>, athena10@mit.edu
Message-Id: <CD7EC4BE-79BC-4EFA-8F1B-798763B09411@mit.edu>
From: Jonathan Reed <jdreed@MIT.EDU>
To: Anders Kaseorg <andersk@mit.edu>
In-Reply-To: <alpine.DEB.2.00.0812021609310.13833@vinegar-pot.mit.edu>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v919.2)
Date: Tue, 2 Dec 2008 16:28:20 -0500
> This usage was incorrect on Athena 9 as well, because it causes the
> locker to disappear, rather than removing it from your PATH. It
> cannot affect your PATH, because it is a command, rather than a
> shell function like add.
Yes, but the point is it still worked:
Athena 9:
athena% add consult
athena% which hes
/mit/consult/arch/i386_rhel4/bin/hes
athena% detach consult
athena% which hes
hes: Command not found.
Athena 10:
athena% add consult
athena% which hes
/mit/consult/arch/i386_rhel4/bin/hes
athena% detach consult
athena% which hes
/mit/consult/arch/i386_rhel4/bin/hes
> Furthermore, it interfered with any other users that still wanted to
> use the foo locker.
No it didn't. If you tried to do that, it would say "Locker is wanted
by others. Not detatched.
-Jon