Allow installation of all man pages in shadow

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12500 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2013-12-31 22:23:08 +00:00
parent e8ea43ec50
commit 0bb2be7cf6
2 changed files with 3 additions and 10 deletions

View File

@ -1,8 +1,8 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "31"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY day "01"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">

View File

@ -121,7 +121,6 @@
<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in &amp;&amp;
find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; &amp;&amp;
sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile.in &amp;&amp;
sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \
-e 's@/var/spool/mail@/var/mail@' etc/login.defs &amp;&amp;
@ -161,12 +160,6 @@ mv -v /usr/bin/passwd /bin</userinput></screen>
the <application>Coreutils</application> package are not replaced.
</para>
<para>
<command>sed -i -e '...' -e '...' man/Makefile.in</command>: This command
disables the installation of Chinese and Korean manual pages, since
<application>Man-DB</application> cannot format them properly.
</para>
<para>
<command>sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' -e
's@/var/spool/mail@/var/mail@' etc/login.defs</command>: Instead of using