1
0
Эх сурвалжийг харах

Keep the korean and chinese man pages from shadow, since man-db can now use them.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9434 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Ken Moffat 14 жил өмнө
parent
commit
cbe998b80e

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>2010-12-29</para>
+      <itemizedlist>
+         <listitem>
+          <para>[ken] Allow shadow to install its korean and chinese
+          man-pages, since man-db can now format them. Thanks to
+          William Immendorf for the report.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2010-12-28</para>
       <itemizedlist>

+ 0 - 5
chapter06/shadow.xml

@@ -62,11 +62,6 @@
 <screen><userinput remap="configure">sed -i 's/groups$(EXEEXT) //' src/Makefile.in
 find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen>
 
-    <para>Disable the installation of Chinese and Korean manual pages, since
-    Man-DB cannot format them properly:</para>
-
-<screen><userinput remap="configure">sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile.in</userinput></screen>
-
     <para id="shadow-login_defs">Instead of using the default
     <emphasis>crypt</emphasis> method, use the more secure
     <emphasis>MD5</emphasis> method of password encryption, which also allows

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20101228">
-<!ENTITY releasedate "December 28, 2010">
+<!ENTITY version "SVN-20101229">
+<!ENTITY releasedate "December 29, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "6.8">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->