~ubuntu-branches/ubuntu/wily/suphp/wily

« back to all changes in this revision

Viewing changes to debian/patches/01_debian.diff

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-01-22 16:02:45 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140122160245-x8lirwuql34q0j71
Tags: 0.7.2-0ubuntu1
* New upstream security release.
* Refresh debian/patches/01_debian.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
From: <elacour@home-dn.net>
2
2
Subject: Adapt to debian paths
3
3
 
4
 
Index: suphp/doc/suphp.conf-example
5
 
===================================================================
6
 
--- suphp.orig/doc/suphp.conf-example   2012-04-18 14:42:43.000000000 +0200
7
 
+++ suphp/doc/suphp.conf-example        2012-04-18 14:48:01.853452999 +0200
 
4
--- a/doc/suphp.conf-example
 
5
+++ b/doc/suphp.conf-example
8
6
@@ -1,12 +1,12 @@
9
7
 [global]
10
8
 ;Path to logfile
20
18
 
21
19
 ;Path all scripts have to be in
22
20
 docroot=/var/www:${HOME}/public_html
23
 
@@ -27,7 +27,7 @@
24
 
 errors_to_browser=false
25
 
 
26
 
 ;PATH environment variable
27
 
-env_path=/bin:/usr/bin
28
 
+env_path="/bin:/usr/bin"
29
 
 
30
 
 ;Umask to set, specify in octal notation
31
 
 umask=0077
32
21
@@ -41,7 +41,7 @@
33
22
 
34
23
 [handlers]