Re: www/trac Python files installed chmod 664

2008-06-11 Thread Taylor Venable
On Wed, 11 Jun 2008 05:49:12 -0500 Will Maier <[EMAIL PROTECTED]> wrote: > Hi Taylor- > > On Tue, Jun 10, 2008 at 11:57:35PM -0400, Taylor Venable wrote: > > I was just curious if this was a bug because it seemed a bit > > curious to me that the Python files for Trac 0.10.4 on OpenBSD 4.3 > > are

Re: www/trac Python files installed chmod 664

2008-06-11 Thread Will Maier
Hi Taylor- On Tue, Jun 10, 2008 at 11:57:35PM -0400, Taylor Venable wrote: > I was just curious if this was a bug because it seemed a bit > curious to me that the Python files for Trac 0.10.4 on OpenBSD 4.3 > are installed group-writable. While the byte-compiled code in > /usr/local/lib/ python2.

www/trac Python files installed chmod 664

2008-06-10 Thread Taylor Venable
Hi all, I was just curious if this was a bug because it seemed a bit curious to me that the Python files for Trac 0.10.4 on OpenBSD 4.3 are installed group-writable. While the byte-compiled code in /usr/local/lib/ python2.5/site-packages/trac is chmod 644, the source code is chmod 664. Thanks fo