[1351] in NetBSD-Development
Re: install(1) changes
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Jul 27 15:37:05 1996
Date: Sat, 27 Jul 1996 15:34:55 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: "Charles M. Hannum" <mycroft@ai.mit.edu>
Cc: ghudson@MIT.EDU, netbsd-dev@MIT.EDU
In-Reply-To: "[790] in NetBSD-Development"
In June of 1995, I wrote:
>> closing. AFS fails to store the file if you chmod() u-w before
>> closing.
You responded:
> That's a bug in AFS.
Although I'm not totally sure, this problem seems to have been fixed
when we upgraded the sipb AFS servers from 3.2 to 3.3a, so the local
hack to /usr/bin/install is no longer needed.
(The problem was that install(1) was failing to write files installed
mode 0444 because the server would refuse the store operation after
the fchmod() was done.)