[5164] in Release_7.7_team
Re: acrobat default update
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Jun 17 11:53:03 2005
From: Greg Hudson <ghudson@MIT.EDU>
To: Alex T Prengel <alexp@mit.edu>
Cc: ops@mit.edu, release-team@mit.edu
In-Reply-To: <200506170749.j5H7nDFF020706@astrophel.mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Date: Fri, 17 Jun 2005 11:52:48 -0400
Message-Id: <1119023568.3705.23.camel@egyptian-gods.mit.edu>
Mime-Version: 1.0
X-Spam-Score: 1.041
X-Spam-Level: * (1.041)
X-Spam-Flag: NO
On Fri, 2005-06-17 at 03:49 -0400, Alex T Prengel wrote:
> Well, I could preserve the abstraction that "current" always points to
> the right place and keep the configuration the same by using another
> trick I've used in the past:
> make current -> .@sys/current
This wouldn't work; the local-lockers script expects to get the right
answer from:
l=`ls -l "$path/$sym" | sed -e 's/.* -> //'`
That is, it just looks at the value of the symlink and uses that as a
locker name. It's not clever enough to follow symlink chains, nor is
there an easy way for it to do so.