Fix path to file to patch
[manu/suphp.git] / debian / patches / 01_debian.dpatch
old mode 100644 (file)
new mode 100755 (executable)
index 0b072d4..40d6a4f
@@ -5,8 +5,8 @@
 ## DP: Adapt to debian paths
 
 @DPATCH@
---- doc/suphp.conf-example
-+++ doc/suphp.conf-example
+--- ./doc/suphp.conf-example
++++ ./doc/suphp.conf-example
 @@ -1,12 +1,12 @@
  [global]
  ;Path to logfile
@@ -27,7 +27,7 @@
  [handlers]
  ;Handler for php-scripts
 -x-httpd-php="php:/usr/bin/php"
-+application/x-httpd-php="php:/usr/bin/php-cgi"
++application/x-httpd-suphp="php:/usr/bin/php-cgi"
  
  ;Handler for CGI-scripts
  x-suphp-cgi="execute:!self"