[656] in athena10
Re: attach -e
daemon@ATHENA.MIT.EDU (Greg Price)
Tue Dec 2 16:26:35 2008
Date: Tue, 2 Dec 2008 16:25:49 -0500
From: Greg Price <price@MIT.EDU>
To: Jonathan Reed <jdreed@mit.edu>, Bill Cattey <wdc@mit.edu>
Cc: athena10@mit.edu
Message-ID: <20081202212549.GH10836@vinegar-pot.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <A014C50B-87AF-4118-BDF4-544271CE3BC4@mit.edu>
On Tue, Dec 02, 2008 at 04:05:49PM -0500, Jonathan Reed wrote:
> That's a typo, Bill meant this:
>
> detach foo -- damn! the binaries are still there.
> add -r foo -- damn! I have to re-attach to get this feature.
> attach foo; add -r foo -- I WANTED "detach foo"!
OK, so the correct usage is
$ add -r foo
and this is a UI bug that typing `detach` first foils `add -r` without
having the old effect?
It looks like the issue is that liblocker doesn't know about the new
semantics of "everything's always present in /mit", and add -r is
balking because liblocker thinks detach detached something.
Greg