public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Don't show the OS X warning during install anymore. The problem has been 
fixed.
Hongli Lai (Phusion) (author)
Sat Apr 19 10:57:09 -0700 2008
commit  2e06f5eecc7ed81e4e2ea39abf12834023bc5d5f
tree    bf17dfc3f43bdc841a5ab2cf8c85d701b94b79b3
parent  e58be5382e07e29c9a12c19fa69dd22ca0e2c611
...
52
53
54
55
56
57
58
...
121
122
123
124
125
126
127
128
129
130
131
132
133
...
52
53
54
 
55
56
57
...
120
121
122
 
 
 
 
 
 
 
123
124
125
0
@@ -52,7 +52,6 @@ class Installer
0
     Dir.chdir(PASSENGER_ROOT)
0
     show_welcome_screen
0
     check_dependencies || exit(1)
0
- warn_about_broken_apache_on_osx
0
     check_whether_apache_uses_prefork_mpm
0
     check_write_permission_to_passenger_root || exit(1)
0
     if install_apache2_module
0
@@ -121,13 +120,6 @@ private
0
     end
0
   end
0
   
0
- def warn_about_broken_apache_on_osx
0
- return unless RUBY_PLATFORM =~ /darwin/ && APXS2 == "/usr/sbin/apxs"
0
- line
0
- render_template 'osx_broken_apache_warning'
0
- wait
0
- end
0
-
0
   def check_whether_apache_uses_prefork_mpm
0
     line
0
     # 'httpd -V' output is in the form of:

Comments

    No one has commented yet.