]> git.pld-linux.org Git - packages/bash.git/blob - bash-paths.patch
Up to 5.2.26
[packages/bash.git] / bash-paths.patch
1 diff -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 @@
5  
6  /* System paths */
7  
8 -#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail"
9 +#define DEFAULT_MAIL_DIRECTORY "/var/mail"
10  
11  /* Characteristics of the system's header files and libraries that affect
12     the compilation environment. */
13 Tylko w bash-3.0: config.h.in.orig
14 diff -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
17 @@ -59,14 +59,14 @@
18  /* The default value of the PATH variable. */
19  #ifndef DEFAULT_PATH_VALUE
20  #define DEFAULT_PATH_VALUE \
21 -  "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:."
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 \
29 -  "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
30 +  "/bin:/usr/bin:/sbin:/usr/sbin"
31  #endif
32  
33  /* Default primary and secondary prompt strings. */
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.110105 seconds and 3 git commands to generate.