From 7a8ed3bbbf44b273622be0e324a616065f5656a8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 28 Apr 2006 00:00:50 +0000 Subject: 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 --- railties/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/Rakefile') 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 ) -- cgit v1.2.3