components/bash/patches/solaris-012.rlconf.h.patch
changeset 7486 57b5a32e1ae4
parent 7485 89b2d849f322
child 7487 6506549e143f
equal deleted inserted replaced
7485:89b2d849f322 7486:57b5a32e1ae4
     1 # Solaris-specific system paths.
       
     2 # Our bash configuration lives in /etc/bash.
       
     3 # Not for upstream.
       
     4 --- lib/readline/rlconf.h	2009-01-04 11:32:33.000000000 -0800
       
     5 +++ lib/readline/rlconf.h	2010-09-01 10:48:13.018894232 -0700
       
     6 @@ -43,7 +43,7 @@
       
     7  #define DEFAULT_INPUTRC "~/.inputrc"
       
     8  
       
     9  /* The ultimate last-ditch filenname for an init file -- system-wide. */
       
    10 -#define SYS_INPUTRC "/etc/inputrc"
       
    11 +#define SYS_INPUTRC "/etc/bash/inputrc"
       
    12  
       
    13  /* If defined, expand tabs to spaces. */
       
    14  #define DISPLAY_TABS