components/bash/patches/solaris-001.config-top.h.patch
changeset 7485 89b2d849f322
parent 5518 c47fe0edc204
child 7486 57b5a32e1ae4
equal deleted inserted replaced
7484:721e1a98a5a6 7485:89b2d849f322
     1 # Define defaults for Solaris.
     1 # Define defaults for Solaris.
     2 # Solaris-specific patch.
     2 # Solaris-specific patch.
     3 # Not for upstream.
     3 # Not for upstream.
     4 --- config-top.h	2012-08-18 17:51:30.000000000 -0700
     4 --- config-top.h	2012-08-18 17:51:30.000000000 -0700
     5 +++ config-top.h	2015-04-02 10:08:29.143843829 -0700
     5 +++ config-top.h	2015-04-02 10:08:29.143843829 -0700
     6 @@ -59,14 +59,14 @@
     6 @@ -63,14 +63,14 @@
     7  /* The default value of the PATH variable. */
     7  /* The default value of the PATH variable. */
     8  #ifndef DEFAULT_PATH_VALUE
     8  #ifndef DEFAULT_PATH_VALUE
     9  #define DEFAULT_PATH_VALUE \
     9  #define DEFAULT_PATH_VALUE \
    10 -  "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:."
    10 -  "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:."
    11 +  "/usr/gnu/bin:/bin:/usr/bin:/sbin:/usr/sbin:."
    11 +  "/usr/gnu/bin:/bin:/usr/bin:/sbin:/usr/sbin:."
    18 -  "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
    18 -  "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
    19 +  "/usr/gnu/bin:/bin:/usr/bin:/sbin:/usr/sbin:/etc:/etc/bash"
    19 +  "/usr/gnu/bin:/bin:/usr/bin:/sbin:/usr/sbin:/etc:/etc/bash"
    20  #endif
    20  #endif
    21  
    21  
    22  /* Default primary and secondary prompt strings. */
    22  /* Default primary and secondary prompt strings. */
    23 @@ -80,14 +80,14 @@
    23 @@ -87,14 +87,14 @@
    24  #define KSH_COMPATIBLE_SELECT
    24  #define DEFAULT_BASHRC "~/.bashrc"
    25  
    25  
    26  /* System-wide .bashrc file for interactive shells. */
    26  /* System-wide .bashrc file for interactive shells. */
    27 -/* #define SYS_BASHRC "/etc/bash.bashrc" */
    27 -/* #define SYS_BASHRC "/etc/bash.bashrc" */
    28 +#define SYS_BASHRC "/etc/bash/bashrc"
    28 +#define SYS_BASHRC "/etc/bash/bashrc"
    29  
    29