Ignore:
Timestamp:
Sep 5, 2014, 7:31:52 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
95835e7
Parents:
819ba78
Message:

Update text on bash startup files/locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/system-config/common/locale.xml

    r819ba78 r22610fa  
    1414  </indexterm>
    1515
    16   <para>The base <filename>/etc/profile</filename> below sets some
    17   environment variables necessary for native language support. Setting
    18   them properly results in:</para>
     16  <para>The instructions below explain how to add some environment variables
     17  necessary for native language support to the base
     18  <filename>/etc/profile</filename> created in the previous section. Setting
     19  these variables properly results in:</para>
    1920
    2021  <itemizedlist>
     
    3839    </listitem>
    3940  </itemizedlist>
    40 
    41   <para>This script also sets the <envar>INPUTRC</envar> environment variable
    42   that makes Bash and Readline use the <filename>/etc/inputrc</filename> file
    43   created earlier.</para>
    4441
    4542  <para>Replace <replaceable>[ll]</replaceable> below with the
     
    112109  might provide some useful information.</para>
    113110
    114   <para>Once the proper locale settings have been determined, create the
     111  <para>Once the proper locale settings have been determined, add them to the
    115112  <filename>/etc/profile</filename> file:</para>
    116113
    117 <screen><userinput>cat &gt; /etc/profile &lt;&lt; "EOF"
    118 <literal># Begin /etc/profile
     114<screen><userinput>cat &gt;&gt; /etc/profile &lt;&lt; "EOF"
    119115
    120 export LANG=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable>.<replaceable>[charmap]</replaceable>
    121 export INPUTRC=/etc/inputrc
     116<literal>export LANG=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable>.<replaceable>[charmap]</replaceable>
    122117
    123118# End /etc/profile</literal>
Note: See TracChangeset for help on using the changeset viewer.