Преглед изворни кода

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

Dan Nichilson пре 19 година
родитељ
комит
a85d4b9b1b
3 измењених фајлова са 15 додато и 4 уклоњено
  1. 12 0
      chapter01/changelog.xml
  2. 1 2
      chapter07/profile.xml
  3. 2 2
      general.ent

+ 12 - 0
chapter01/changelog.xml

@@ -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>

+ 1 - 2
chapter07/profile.xml

@@ -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>

+ 2 - 2
general.ent

@@ -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}]" -->