aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2010-12-29 02:54:34 +0000
committerKen Moffat <ken@linuxfromscratch.org>2010-12-29 02:54:34 +0000
commitcbe998b80e72789c11450d8eea4bcaa1ed675581 (patch)
treebc4a54d5acd454c46dc52ab1ba5e0b44d5474565
parent464782ca43aa02fbb9fa14b0485b16c126b05cef (diff)
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
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter06/shadow.xml5
-rw-r--r--general.ent4
3 files changed, 13 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0f1fdfde7..c8dc8fcf6 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,17 @@
-->
<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>
<listitem>
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index f82a65f24..a983c45b2 100644
--- a/chapter06/shadow.xml
+++ b/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
diff --git a/general.ent b/general.ent
index 25fa5e180..fe72e55fe 100644
--- a/general.ent
+++ b/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}]" -->