tmux: native build
[unleashed-userland.git] / components / shell / bash / patches / solaris-013.bashref.info.patch
blob382b02b8f6d76e047e1d927bb895b30c31366005
1 # Solaris-specific configuration defaults.
2 # Our bash system configuration files are in /etc/bash.
3 # Not for upstream.
4 --- doc/bashref.info 2014-02-24 05:28:31.000000000 -0800
5 +++ doc/bashref.info 2015-04-02 10:21:39.845863678 -0700
6 @@ -7079,7 +7079,7 @@
7 directory. The name of this file is taken from the value of the shell
8 variable `INPUTRC'. If that variable is unset, the default is
9 `~/.inputrc'. If that file does not exist or cannot be read, the
10 -ultimate default is `/etc/inputrc'.
11 +ultimate default is `/etc/bash/inputrc'.
13 When a program which uses the Readline library starts up, the init
14 file is read, and the key bindings are set.
15 @@ -7551,8 +7551,8 @@
16 `$include'
17 This directive takes a single filename as an argument and reads
18 commands and bindings from that file. For example, the following
19 - directive reads from `/etc/inputrc':
20 - $include /etc/inputrc
21 + directive reads from `/etc/bash/inputrc':
22 + $include /etc/bash/inputrc
24 \x1f
25 File: bashref.info, Node: Sample Init File, Prev: Conditional Init Constructs, Up: Readline Init File
26 @@ -7572,8 +7572,8 @@
27 # Lines beginning with '#' are comments.
29 # First, include any system-wide bindings and variable
30 - # assignments from /etc/Inputrc
31 - $include /etc/Inputrc
32 + # assignments from /etc/bash/inputrc
33 + $include /etc/bash/inputrc
36 # Set various bindings for emacs mode.