Index: guides/releasemanagement.xml
===================================================================
--- guides/releasemanagement.xml	(revision 700784)
+++ guides/releasemanagement.xml	(working copy)
@@ -298,8 +298,8 @@
         To do this from the top level:
             </p>
             <source>
-        > chmod -R o-wx *
-        > chmod -R g+rw *
+        > chmod -R 664 `find . -type f`
+        > chmod -R 775 `find . -type d`
         > chgrp -R incubator *
             </source>
             <p>
@@ -358,7 +358,7 @@
       </section>
       <section id='distribution-check-list'><title>Distribution Check List</title>
         <ul>
-          <li>Directory is <code>www.apache.org/dist/<em>podling</em></code></li>
+          <li>Directory is <code>www.apache.org/dist/incubator/<em>podling</em></code></li>
           <li>Group is <code>incubator</code></li>
           <li>Permissions are group writable and world read-only</li>
           <li>All artifacts have matching checksums and signatures</li>
