]> git.pld-linux.org Git - packages/bash.git/blame - bash-paths.patch
- release 2
[packages/bash.git] / bash-paths.patch
CommitLineData
8e696ddf 1diff -uNr bash-2.02-orig/config.h.in bash-2.02/config.h.in
2--- bash-2.02-orig/config.h.in Thu Oct 9 17:43:00 1997
3+++ bash-2.02/config.h.in Sun Apr 19 16:59:03 1998
4@@ -345,7 +345,7 @@
5
6 #undef HAVE_POSIX_SIGSETJMP
7
8-#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail"
9+#define DEFAULT_MAIL_DIRECTORY "/var/spool/mail"
10
11 /* Define if you have the bcopy function. */
12 #undef HAVE_BCOPY
71ad8a74
JB
13--- bash-3.0/config-top.h.orig 2003-08-05 16:36:12.000000000 +0200
14+++ bash-3.0/config-top.h 2004-08-06 08:36:33.117941904 +0200
15@@ -52,14 +52,14 @@
8e696ddf 16 /* The default value of the PATH variable. */
17 #ifndef DEFAULT_PATH_VALUE
18 #define DEFAULT_PATH_VALUE \
71ad8a74 19- "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:."
8e696ddf 20+ "/usr/local/bin:/bin:/usr/bin"
21 #endif
22
23 /* The value for PATH when invoking `command -p'. This is only used when
24 the Posix.2 confstr () function, or CS_PATH define are not present. */
25 #ifndef STANDARD_UTILS_PATH
26 #define STANDARD_UTILS_PATH \
71ad8a74
JB
27- "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
28+ "/bin:/usr/bin:/sbin:/usr/sbin"
8e696ddf 29 #endif
30
31 /* Default primary and secondary prompt strings. */
This page took 0.088345 seconds and 4 git commands to generate.