]> git.pld-linux.org Git - packages/bash.git/blame - bash-paths.patch
- up to 3.2.39
[packages/bash.git] / bash-paths.patch
CommitLineData
ef4a66b2
AM
1diff -urbB bash-3.0.org/config.h.in bash-3.0/config.h.in
2--- bash-3.0.org/config.h.in 2004-07-21 22:08:31.000000000 +0200
3+++ bash-3.0/config.h.in 2005-10-08 19:35:26.593219000 +0200
4@@ -197,7 +197,7 @@
8e696ddf 5
ef4a66b2 6 /* System paths */
8e696ddf 7
8-#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail"
b3cdb470 9+#define DEFAULT_MAIL_DIRECTORY "/var/mail"
8e696ddf 10
ef4a66b2
AM
11 /* Characteristics of the system's header files and libraries that affect
12 the compilation environment. */
13Tylko w bash-3.0: config.h.in.orig
14diff -urbB bash-3.0.org/config-top.h bash-3.0/config-top.h
15--- bash-3.0.org/config-top.h 2003-08-05 16:36:12.000000000 +0200
16+++ bash-3.0/config-top.h 2005-10-08 19:36:04.395581500 +0200
71ad8a74 17@@ -52,14 +52,14 @@
8e696ddf 18 /* The default value of the PATH variable. */
19 #ifndef DEFAULT_PATH_VALUE
20 #define DEFAULT_PATH_VALUE \
71ad8a74 21- "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:."
8e696ddf 22+ "/usr/local/bin:/bin:/usr/bin"
23 #endif
24
25 /* The value for PATH when invoking `command -p'. This is only used when
26 the Posix.2 confstr () function, or CS_PATH define are not present. */
27 #ifndef STANDARD_UTILS_PATH
28 #define STANDARD_UTILS_PATH \
71ad8a74
JB
29- "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
30+ "/bin:/usr/bin:/sbin:/usr/sbin"
8e696ddf 31 #endif
32
33 /* Default primary and secondary prompt strings. */
ef4a66b2
AM
34@@ -73,7 +73,7 @@
35 #define KSH_COMPATIBLE_SELECT
36
37 /* System-wide .bashrc file for interactive shells. */
38-/* #define SYS_BASHRC "/etc/bash.bashrc" */
39+#define SYS_BASHRC "/etc/bashrc"
40
41 /* System-wide .bash_logout for login shells. */
42 /* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */
This page took 0.025247 seconds and 4 git commands to generate.