]> git.pld-linux.org Git - packages/passenger.git/blobdiff - progs.patch
- removed obsolete patches
[packages/passenger.git] / progs.patch
diff --git a/progs.patch b/progs.patch
deleted file mode 100644 (file)
index 38cb010..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- passenger-release-3.0.19/lib/phusion_passenger/platform_info/apache.rb~    2012-12-20 14:23:00.000000000 +0200
-+++ passenger-release-3.0.19/lib/phusion_passenger/platform_info/apache.rb     2013-05-01 22:05:55.625131364 +0300
-@@ -58,6 +58,9 @@
-       # The absolute path to the 'apachectl' or 'apache2ctl' binary, or nil if
-       # not found.
-       def self.apache2ctl
-+              if env_defined?("APACHECTL")
-+                      return ENV["APACHECTL"]
-+              end
-               return find_apache2_executable('apache2ctl', 'apachectl2', 'apachectl')
-       end
-       memoize :apache2ctl
-@@ -83,6 +86,9 @@
-       # The Apache version, or nil if Apache is not found.
-       def self.httpd_version
-+              if env_defined?("HTTPD_VERSION")
-+                      return ENV["HTTPD_VERSION"]
-+              end
-               if httpd
-                       `#{httpd} -v` =~ %r{Apache/([\d\.]+)}
-                       return $1
This page took 0.062572 seconds and 4 git commands to generate.