Removed the "locale country" command from the profile page since

it doesn't produce results in all locales.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Dan Nichilson 2006-07-10 05:11:16 +00:00
parent 916d00bc32
commit a85d4b9b1b
3 changed files with 15 additions and 4 deletions

View File

@ -35,6 +35,18 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>July 10, 2006</para>
<itemizedlist>
<listitem>
<para>[dnicholson] - Remove the
<command>locale country</command> command from the heuristic to
determine the locale in the Bash Shell Startup Files since it
doesn't produce results in all locales.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>July 7, 2006</para>
<itemizedlist>

View File

@ -98,8 +98,7 @@
It is important that the locale found using the heuristic above is tested prior
to it being added to the Bash startup files:</para>
<screen role="nodump"><userinput>LC_ALL=&lt;locale name&gt; locale country
LC_ALL=&lt;locale name&gt; locale language
<screen role="nodump"><userinput>LC_ALL=&lt;locale name&gt; locale language
LC_ALL=&lt;locale name&gt; locale charmap
LC_ALL=&lt;locale name&gt; locale int_curr_symbol
LC_ALL=&lt;locale name&gt; locale int_prefix</userinput></screen>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20060707">
<!ENTITY releasedate "July 7, 2006">
<!ENTITY version "SVN-20060710">
<!ENTITY releasedate "July 10, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->