aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-04-28 00:00:50 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-04-28 00:00:50 +0000
commit7a8ed3bbbf44b273622be0e324a616065f5656a8 (patch)
tree02ef3b281ef8470a43f958062582b03387e68d90 /railties/Rakefile
parent1eade4137a96a55ed699d49c18fe177224363e7d (diff)
downloadrails-7a8ed3bbbf44b273622be0e324a616065f5656a8.tar.gz
rails-7a8ed3bbbf44b273622be0e324a616065f5656a8.tar.bz2
rails-7a8ed3bbbf44b273622be0e324a616065f5656a8.zip
Added pid file usage to script/process/spawner and script/process/reaper along with a directive in default config/lighttpd.conf file to record the pid. They will all save their pid file in tmp/pids [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4294 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 40f5f4e440..6f47b08301 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -30,7 +30,7 @@ RUBY_FORGE_USER = "webster132"
BASE_DIRS = %w(
app config/environments components db doc log lib lib/tasks public script script/performance script/process test vendor vendor/plugins
- tmp/sessions tmp/cache tmp/sockets
+ tmp/sessions tmp/cache tmp/sockets tmp/pids
)
APP_DIRS = %w( models controllers helpers views views/layouts )