On Fri, 8 Jul 2005, Avik Sengupta wrote:
Usually we try to keep all files group(jakarta) writable.. I'm not sure how receptive the infra group will be about a new unix group. Your suggestions below would work with group jakarta, no?

Yes, but it would mean that any jarkarta committer could update the site, which isn't ideal. But, it might have to do (if the infrastructure team aren't keen on creating new unix groups)

If we do decide to stick with just jakarta permissions: Glen, can you fire off these commands on cvs.apache.org?
        cd /www/jakarta.apache.org/poi
        chown -R .jakarta .
        find . -type d -exec chmod 2775 {} \;
        find . -type f -exec chmod 0664 {} \;
(That'll ensure everything is group owned by jakarta, set the directories to group write with group sticky bit set, and set the files to group write)

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to