Package: procmail / 3.22-24

08 Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Santiago Vila <sanvila@debian.org>
Subject: Really change default PATH to "$HOME/bin:/usr/local/bin:/usr/bin:/bin"
X-Debian-version: 3.15-1

--- a/config.h
+++ b/config.h
@@ -33,8 +33,8 @@
  * override those settings you should uncomment and possibly change the
  * DEFSPATH and DEFPATH defines below
  */
-/*#define DEFSPATH	"PATH=/bin:/usr/bin"			/* */
-/*#define DEFPATH	"PATH=$HOME/bin:/bin:/usr/bin"		/* */
+#define DEFSPATH "PATH=/usr/local/bin:/usr/bin:/bin"			/* */
+#define DEFPATH  "PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin"		/* */
 
 /* every environment variable appearing in PRESTENV will be set or wiped
  * out of the environment (variables without an '=' sign will be thrown