[ap4r-devel] [213] trunk/ap4r/script/mongrel_ap4r.rb: typo fix

shino at rubyforge.org shino at rubyforge.org
Wed May 30 04:24:52 EDT 2007


Revision: 213
Author:   shino
Date:     2007-05-30 04:24:52 -0400 (Wed, 30 May 2007)

Log Message:
-----------
typo fix
add check docroot

Modified Paths:
--------------
    trunk/ap4r/script/mongrel_ap4r.rb

Modified: trunk/ap4r/script/mongrel_ap4r.rb
===================================================================
--- trunk/ap4r/script/mongrel_ap4r.rb	2007-05-30 08:21:10 UTC (rev 212)
+++ trunk/ap4r/script/mongrel_ap4r.rb	2007-05-30 08:24:52 UTC (rev 213)
@@ -1,5 +1,5 @@
 # Author:: Shunichi Shinohara
-# Copyright:: Copyright (c) 2007 Future Architect Inc.
+# Copyright:: Copyright (c) 2007 Future Architect Corp.
 # Licence:: MIT Licence
 
 require 'rubygems'
@@ -86,8 +86,7 @@
 
       valid_dir? File.dirname(@log_file), "Path to log file not valid: #@log_file"
       valid_dir? File.dirname(@pid_file), "Path to pid file not valid: #@pid_file"
-      # TODO: now not utilized, skip checking 2007/04/23 by shino
-      #valid_dir? @docroot, "Path to docroot not valid: #@docroot"
+      valid_dir? @docroot, "Path to docroot not valid: #@docroot"
 
       return @valid
     end




More information about the ap4r-devel mailing list