5516N/A# Define defaults for Solaris.
5516N/A# Solaris-specific patch.
5516N/A# Not for upstream.
5516N/A--- config-top.h 2012-08-18 17:51:30.000000000 -0700
5516N/A+++ config-top.h 2015-04-02 10:08:29.143843829 -0700
5516N/A@@ -59,14 +59,14 @@
110N/A /* The default value of the PATH variable. */
110N/A #ifndef DEFAULT_PATH_VALUE
110N/A #define DEFAULT_PATH_VALUE \
5516N/A- "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:."
110N/A+ "/usr/gnu/bin:/bin:/usr/bin:/sbin:/usr/sbin:."
110N/A #endif
110N/A
110N/A /* The value for PATH when invoking `command -p'. This is only used when
110N/A the Posix.2 confstr () function, or CS_PATH define are not present. */
110N/A #ifndef STANDARD_UTILS_PATH
110N/A #define STANDARD_UTILS_PATH \
110N/A- "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
110N/A+ "/usr/gnu/bin:/bin:/usr/bin:/sbin:/usr/sbin:/etc:/etc/bash"
110N/A #endif
110N/A
110N/A /* Default primary and secondary prompt strings. */
5516N/A@@ -80,14 +80,14 @@
110N/A #define KSH_COMPATIBLE_SELECT
110N/A
110N/A /* System-wide .bashrc file for interactive shells. */
110N/A-/* #define SYS_BASHRC "/etc/bash.bashrc" */
110N/A+#define SYS_BASHRC "/etc/bash/bashrc"
110N/A
110N/A /* System-wide .bash_logout for login shells. */
110N/A-/* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */
110N/A+#define SYS_BASH_LOGOUT "/etc/bash/bash_logout"
110N/A
110N/A /* Define this to make non-interactive shells begun with argv[0][0] == '-'
110N/A run the startup files when not in posix mode. */
110N/A-/* #define NON_INTERACTIVE_LOGIN_SHELLS */
110N/A+#define NON_INTERACTIVE_LOGIN_SHELLS 1
110N/A
110N/A /* Define this if you want bash to try to check whether it's being run by
110N/A sshd and source the .bashrc if so (like the rshd behavior). This checks