]> git.pld-linux.org Git - packages/bash.git/blame - bash-paths.patch
- config(noreplace) for bashrc (suggested by mkochano); strict internal dep
[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
13diff -uNr bash-2.03-orig/config-top.h bash-2.03/config-top.h
14--- bash-2.03-orig/config-top.h Thu Mar 6 17:38:39 1997
15+++ bash-2.03/config-top.h Sun Apr 19 16:56:20 1998
16@@ -34,14 +34,14 @@
17 /* The default value of the PATH variable. */
18 #ifndef DEFAULT_PATH_VALUE
19 #define DEFAULT_PATH_VALUE \
20- "/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:."
21+ "/usr/local/bin:/bin:/usr/bin"
22 #endif
23
24 /* The value for PATH when invoking `command -p'. This is only used when
25 the Posix.2 confstr () function, or CS_PATH define are not present. */
26 #ifndef STANDARD_UTILS_PATH
27 #define STANDARD_UTILS_PATH \
28- "/bin:/usr/bin:/usr/ucb:/sbin:/usr/sbin:/etc:/usr/etc"
29+ "/bin:/usr/bin:/usr/sbin:/sbin"
30 #endif
31
32 /* Default primary and secondary prompt strings. */
This page took 0.038496 seconds and 4 git commands to generate.