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
This commit is contained in:
Ken Moffat 2010-12-29 02:54:34 +00:00
parent 464782ca43
commit cbe998b80e
3 changed files with 13 additions and 7 deletions

View File

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

View File

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

View File

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