mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
464782ca43
commit
cbe998b80e
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "6.8">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user