[25411] in Athena Bugs
Re: sun4 9.2.25: can't send authenticated mail
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Jan 9 11:07:23 2004
From: Greg Hudson <ghudson@mit.edu>
To: Jonathon Weiss <jweiss@mit.edu>
In-Reply-To: <200401091545.i09Fj1MH028324@bearing-an-hourglass.mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Message-Id: <1073664436.32657.284.camel@error-messages.mit.edu>
Mime-Version: 1.0
Date: Fri, 09 Jan 2004 11:07:17 -0500
cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
/usr was mode 775 in the 8.4 release (in both the /os and /srvd
volumes). The mkserv rule for creating /var/server/usr is "copy usr
-f"; without the -p flag, I assume the mode is set by the first copy and
never reset.
We could put a chmod command in a version script, or mkserv could be
changed to use "copy usr -p -f", although that wouldn't take effect
until the next patch release anyway. So I guess we're best off with the
chmod.