rdonkin 2003/12/07 12:18:54
Modified: docs/site newbie.html
xdocs/site newbie.xml
Log:
Added paragraph tell newbies how to set up their umask
Revision Changes Path
1.43 +29 -0 jakarta-site2/docs/site/newbie.html
Index: newbie.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/newbie.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- newbie.html 1 Dec 2003 21:31:49 -0000 1.42
+++ newbie.html 7 Dec 2003 20:18:54 -0000 1.43
@@ -200,6 +200,10 @@
<p>
Next, take a look at the <a href="http://www.apache.org/dev/committers.html">Apache
Committers FAQ</a>.
</p>
+ <p>
+Remember to <a href="#How do I Change My Default Permissions?">change your
+account default permissions</a>.
+</p>
</blockquote>
</p>
</td></tr>
@@ -243,6 +247,9 @@
<li>
<a href="#How can I get involved with maintaining the Jakarta Site?">How can I
get involved with maintaining the Jakarta Site?</a>
</li>
+ <li>
+ <a href="#How do I Change My Default Permissions?">How do I Change My Default
Permissions?</a>
+ </li>
</ul>
</blockquote>
</p>
@@ -586,6 +593,28 @@
<p>
Please treat this trust with respect. Remember to discuss any major changes
before committing them.
Remember to check carefully the results of any change carefully before
committing.
+ </p>
+ </blockquote>
+ </p>
+ </td></tr>
+ <tr><td><br/></td></tr>
+ </table>
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#525D76">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="How do I Change My Default Permissions?"><strong>How do I Change
My Default Permissions?</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>
+ It's very important that every file you create is group writable.
+ This allows your fellow committers at Jakarta to fix any little mistakes you
make
+ without having to bother all-mighty-but-very-busy-root.
+ </p>
+ <p>
+ Edit the <code>.cshrc</code> file in your home directory.
+ Change your <code>umask</code> to <code>002</code>.
</p>
</blockquote>
</p>
1.9 +19 -1 jakarta-site2/xdocs/site/newbie.xml
Index: newbie.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/newbie.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- newbie.xml 1 Dec 2003 21:31:49 -0000 1.8
+++ newbie.xml 7 Dec 2003 20:18:54 -0000 1.9
@@ -17,9 +17,12 @@
<p>
Next, take a look at the <a href='http://www.apache.org/dev/committers.html'>Apache
Committers FAQ</a>.
</p>
+ <p>
+Remember to <a href="#How do I Change My Default Permissions?">change your
+account default permissions</a>.
+</p>
</section>
<section name="Newbie Committer FAQ">
-
<ul>
<li>
<a href="#How do I setup my email account?">How do I setup my email account?</a>
@@ -50,6 +53,9 @@
<li>
<a href="#How can I get involved with maintaining the Jakarta Site?">How can I
get involved with maintaining the Jakarta Site?</a>
</li>
+ <li>
+ <a href="#How do I Change My Default Permissions?">How do I Change My Default
Permissions?</a>
+ </li>
</ul>
</section>
@@ -309,6 +315,18 @@
<p>
Please treat this trust with respect. Remember to discuss any major changes
before committing them.
Remember to check carefully the results of any change carefully before
committing.
+ </p>
+ </section>
+
+ <section name="How do I Change My Default Permissions?">
+ <p>
+ It's very important that every file you create is group writable.
+ This allows your fellow committers at Jakarta to fix any little mistakes you
make
+ without having to bother all-mighty-but-very-busy-root.
+ </p>
+ <p>
+ Edit the <code>.cshrc</code> file in your home directory.
+ Change your <code>umask</code> to <code>002</code>.
</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]