From: Emmanuel Lacour Date: Wed, 18 Apr 2012 12:48:19 +0000 (+0200) Subject: Add quotes as suggested by #647604 X-Git-Tag: 0.7.1-1.1~6 X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=commitdiff_plain;h=09aa2d158e97a49ad8e0324c72ba84be78da936a Add quotes as suggested by #647604 --- diff --git a/debian/patches/01_debian.diff b/debian/patches/01_debian.diff old mode 100755 new mode 100644 index efd82e7..a27f125 --- a/debian/patches/01_debian.diff +++ b/debian/patches/01_debian.diff @@ -1,8 +1,10 @@ From: Subject: Adapt to debian paths ---- ./doc/suphp.conf-example -+++ ./doc/suphp.conf-example +Index: suphp/doc/suphp.conf-example +=================================================================== +--- suphp.orig/doc/suphp.conf-example 2012-04-18 14:42:43.000000000 +0200 ++++ suphp/doc/suphp.conf-example 2012-04-18 14:48:01.853452999 +0200 @@ -1,12 +1,12 @@ [global] ;Path to logfile @@ -18,7 +20,16 @@ Subject: Adapt to debian paths ;Path all scripts have to be in docroot=/var/www:${HOME}/public_html -@@ -41,7 +41,7 @@ min_gid=100 +@@ -27,7 +27,7 @@ + errors_to_browser=false + + ;PATH environment variable +-env_path=/bin:/usr/bin ++env_path="/bin:/usr/bin" + + ;Umask to set, specify in octal notation + umask=0077 +@@ -41,7 +41,7 @@ [handlers] ;Handler for php-scripts