]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/bash-4.0-paths-1.patch
Merge branch 'iptables-upnpfw' into core67-merge
[ipfire-2.x.git] / src / patches / bash-4.0-paths-1.patch
1 --- bash-3.0/config.h.in.paths 2004-07-21 21:08:31.000000000 +0100
2 +++ bash-3.0/config.h.in 2004-07-28 09:16:27.257884999 +0100
3 @@ -197,7 +197,7 @@
4
5 /* System paths */
6
7 -#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail"
8 +#define DEFAULT_MAIL_DIRECTORY "/var/spool/mail"
9
10 /* Characteristics of the system's header files and libraries that affect
11 the compilation environment. */
12 --- bash-3.0/config-top.h.paths 2003-08-05 15:36:12.000000000 +0100
13 +++ bash-3.0/config-top.h 2004-07-28 09:36:27.117205637 +0100
14 @@ -52,14 +52,14 @@
15 /* The default value of the PATH variable. */
16 #ifndef DEFAULT_PATH_VALUE
17 #define DEFAULT_PATH_VALUE \
18 - "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:."
19 + "/usr/local/bin:/bin:/usr/bin"
20 #endif
21
22 /* The value for PATH when invoking `command -p'. This is only used when
23 the Posix.2 confstr () function, or CS_PATH define are not present. */
24 #ifndef STANDARD_UTILS_PATH
25 #define STANDARD_UTILS_PATH \
26 - "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
27 + "/bin:/usr/bin:/usr/sbin:/sbin"
28 #endif
29
30 /* Default primary and secondary prompt strings. */