components/bash/patches/solaris-013.bashref.info.patch
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Tue, 26 Jul 2016 07:41:05 -0700
changeset 6477 346bfca0ae26
parent 5518 c47fe0edc204
child 7485 89b2d849f322
permissions -rw-r--r--
24354183 Samba: Update to 4.4.5 24302327 problem in UTILITY/SAMBA

# Solaris-specific configuration defaults.
# Our bash system configuration files are in /etc/bash.
# Not for upstream.
--- doc/bashref.info	2014-02-24 05:28:31.000000000 -0800
+++ doc/bashref.info	2015-04-02 10:21:39.845863678 -0700
@@ -7079,7 +7079,7 @@
 directory.  The name of this file is taken from the value of the shell
 variable `INPUTRC'.  If that variable is unset, the default is
 `~/.inputrc'.  If that file does not exist or cannot be read, the
-ultimate default is `/etc/inputrc'.
+ultimate default is `/etc/bash/inputrc'.
 
    When a program which uses the Readline library starts up, the init
 file is read, and the key bindings are set.
@@ -7551,8 +7551,8 @@
 `$include'
      This directive takes a single filename as an argument and reads
      commands and bindings from that file.  For example, the following
-     directive reads from `/etc/inputrc':
-          $include /etc/inputrc
+     directive reads from `/etc/bash/inputrc':
+          $include /etc/bash/inputrc
 
 
 File: bashref.info,  Node: Sample Init File,  Prev: Conditional Init Constructs,  Up: Readline Init File
@@ -7572,8 +7572,8 @@
      # Lines beginning with '#' are comments.
      #
      # First, include any system-wide bindings and variable
-     # assignments from /etc/Inputrc
-     $include /etc/Inputrc
+     # assignments from /etc/bash/inputrc
+     $include /etc/bash/inputrc
 
      #
      # Set various bindings for emacs mode.