Changeset 7906
- Timestamp:
- 01/31/07 11:29:13 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter07/profile.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7905 r7906 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[matthew] - Do not set/export INPUTRC anymore, as it is not 44 required after upgrading to NCurses-5.2. Fixes 45 <ulink url="&lfs-ticket-root;1942">#1942</ulink>. Thanks to Alexander 46 Patrakov for the report and fix.</para> 47 </listitem> 48 <listitem> 43 49 <para>[matthew] - Include a patch from from the Readline maintainer to 44 50 fix a multibyte-related issue. Fixes trunk/BOOK/chapter07/profile.xml
r7671 r7906 61 61 </listitem> 62 62 </itemizedlist> 63 64 <para>This script also sets the <envar>INPUTRC</envar> environment variable that65 makes Bash and Readline use the <filename>/etc/inputrc</filename> file created66 earlier.</para>67 63 68 64 <para>Replace <replaceable><ll></replaceable> below with the two-letter code … … 146 142 147 143 export LANG=<replaceable><ll></replaceable>_<replaceable><CC></replaceable>.<replaceable><charmap></replaceable><replaceable><@modifiers></replaceable> 148 export INPUTRC=/etc/inputrc149 144 150 145 # End /etc/profile</literal>
