Skip to content

Commit

Permalink
add umask note
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/apreq/trunk@452687 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pgollucci committed Oct 4, 2006
1 parent a72a95f commit 9770bd2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/WEBSITE
Expand Up @@ -64,6 +64,13 @@ UPDATING THE WEBSITE:

7) Login (via ssh) to people.apache.org and do

MAKE SURE your umask is 2
$ umask
22
$ umask 2
$ umask
2

$ cd /www/httpd.apache.org
$ svn update index.html apreq/

Expand Down

0 comments on commit 9770bd2

Please sign in to comment.