dlr 02/03/28 09:45:40
Modified: xdocs/site guides.xml
Log:
At Ted Husted's <[EMAIL PROTECTED]> recommendation, added some more
comments about umask 002.
Revision Changes Path
1.6 +14 -4 jakarta-site2/xdocs/site/guides.xml
Index: guides.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/guides.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- guides.xml 22 Mar 2002 12:02:37 -0000 1.5
+++ guides.xml 28 Mar 2002 17:45:40 -0000 1.6
@@ -151,7 +151,7 @@
<li><a href="http://jakarta.apache.org/site/cvsonunix.html">from
Unix</a></li>
<li><a href="http://jakarta.apache.org/site/cvsonwin32.html">from
Windows</a></li>
<li>At least one subproject committer needs access to jakarta.apache.org
too - ask [EMAIL PROTECTED]</li>
- <li><b>umask 002</b></li>
+ <li>A group-friendly umask (such as <code>002</code>) must be used at all
times on ASF servers</li>
</ul>
</li>
<li><a href="http://jakarta.apache.org/site/jars.html">JARs under CVS</a></li>
@@ -162,13 +162,23 @@
<li>site2 approach - checkin and update</li>
<li>scp approach - build local and copy (? sftp)</li>
<li>burst approach - cp (or scp) war and unjar</li>
- <li><b>umask 002</b>
+ <li><b>umask 002</b> - a step-by-step description is as follows:
<ul>
- <li>[cd ~], [cat .cshv], [vi .cshv], [umask 22], [umask 02], [:w],
[:q]</li>
+ <li>[cd ~], [vi .cshrc], [umask 002], [:w], [:q]</li>
+ <li>[source .cshv]</li>
<li>[cd /www/jakarta.apache.org/${subproject}], [chmod -R g+w
.]</li>
+ <li>[ls -la]</li>
</ul>
+ If you already have a developed .profile or .rc file for
+ your shell of choice, you may want to add something like
+ the following:
+ <code><pre>
+ # Set my umask for collaborative development on Apache hosts
+ if [ `hostname | egrep '(daedalus|icarus|nagoya)'` ]; then
+ umask 002
+ fi
+ </pre></code>
</li>
- <li>[man li], [li -l], [li -a]</li>
</ul>
</li>
<li>Website docs - nightly build, current release, or both
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>