diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-15 17:28:01 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-15 17:28:01 +0000 |
commit | 62f0512e54d594c4bb6fcb8d16101fdeb87b89e8 (patch) | |
tree | d0c2a4493f4c40cb646df0cdf14491902a782db7 /railties/doc | |
parent | f3965af649efa7e975351b2b652911674af31ee6 (diff) | |
download | rails-62f0512e54d594c4bb6fcb8d16101fdeb87b89e8.tar.gz rails-62f0512e54d594c4bb6fcb8d16101fdeb87b89e8.tar.bz2 rails-62f0512e54d594c4bb6fcb8d16101fdeb87b89e8.zip |
Fixed log file permissions to be 666 instead of 777 (so they're not executable) #471 [Lucas Carlson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@416 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/doc')
-rw-r--r-- | railties/doc/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/doc/index.html b/railties/doc/index.html index 522a88cd5c..0cc0ecf9d4 100644 --- a/railties/doc/index.html +++ b/railties/doc/index.html @@ -32,7 +32,7 @@ <p><b>Before you move on</b>, verify that the following conditions have been met:</p> <ol> - <li>The log directory and the empty log files must be writable to the web server (<code>chmod -R 777 log</code>). + <li>The log directory and the empty log files must be writable to the web server (<code>chmod -R 666 log/*</code>). <li> The shebang line in the public/dispatch* files must reference your Ruby installation. <br/> You might need to change it to <code>#!/usr/bin/env ruby</code> or point directly at the installation. @@ -67,4 +67,4 @@ </p> </body> -</html>
\ No newline at end of file +</html> |