diff -urbB bash-3.0.org/config.h.in bash-3.0/config.h.in --- bash-3.0.org/config.h.in 2004-07-21 22:08:31.000000000 +0200 +++ bash-3.0/config.h.in 2005-10-08 19:35:26.593219000 +0200 @@ -197,7 +197,7 @@ /* System paths */ -#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail" +#define DEFAULT_MAIL_DIRECTORY "/var/mail" /* Characteristics of the system's header files and libraries that affect the compilation environment. */ --- bash-5.0/config-top.h~ 2019-03-21 14:06:54.000000000 +0100 +++ bash-5.0/config-top.h 2019-03-21 14:08:18.043987487 +0100 @@ -63,7 +63,7 @@ /* The default value of the PATH variable. */ #ifndef DEFAULT_PATH_VALUE #define DEFAULT_PATH_VALUE \ - "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:." + "/usr/local/bin:/bin:/usr/bin" #endif /* If you want to unconditionally set a value for PATH in every restricted @@ -74,7 +74,7 @@ the Posix.2 confstr () function, or CS_PATH define are not present. */ #ifndef STANDARD_UTILS_PATH #define STANDARD_UTILS_PATH \ - "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc" + "/usr/local/bin:/bin:/usr/bin" #endif /* Default primary and secondary prompt strings. */ @@ -73,7 +73,7 @@ #define KSH_COMPATIBLE_SELECT /* System-wide .bashrc file for interactive shells. */ -/* #define SYS_BASHRC "/etc/bash.bashrc" */ +#define SYS_BASHRC "/etc/bashrc" /* System-wide .bash_logout for login shells. */ /* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */