[706] in testers
Re: update
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Sat May 12 18:15:00 1990
Date: Sat, 12 May 90 18:14:15 -0400
To: John Carr <jfc@MIT.EDU>
Cc: testers@MIT.EDU
In-Reply-To: John Carr's message of Fri, 11 May 90 21:19:34 EDT,
From: Richard Basch <probe@MIT.EDU>
Date: Fri, 11 May 90 21:19:34 EDT
From: John Carr <jfc@ATHENA.MIT.EDU>
do_update references /site/usr/vice/<file>. It should reference
/usr/vice/<file>.
I disagree... it has been documented in past release notes that it will
indirect through /site/usr/vice (6.2A system release notes). In fact,
the "track" will ensure that the indirection goes through
/site/usr/vice. At the point in the update script that this is run, the
"track" has not yet been executed, so explicit references are required.
-Richard