Author: bdubbs
Date: Tue Dec 31 14:23:08 2013
New Revision: 12500
Log:
Allow installation of all man pages in shadow
Modified:
trunk/BOOK/general.ent
trunk/BOOK/postlfs/security/shadow.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue Dec 31 10:27:20 2013 (r12499)
+++ trunk/BOOK/general.ent Tue Dec 31 14:23:08 2013 (r12500)
@@ -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;">
Modified: trunk/BOOK/postlfs/security/shadow.xml
==============================================================================
--- trunk/BOOK/postlfs/security/shadow.xml Tue Dec 31 10:27:20 2013
(r12499)
+++ trunk/BOOK/postlfs/security/shadow.xml Tue Dec 31 14:23:08 2013
(r12500)
@@ -121,7 +121,6 @@
<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in &&
find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; &&
-sed -i -e 's/ ko//' -e 's/ zh_CN zh_TW//' man/Makefile.in &&
sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \
-e 's@/var/spool/mail@/var/mail@' etc/login.defs &&
@@ -162,12 +161,6 @@
</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
the default 'DES' method, this command modifies the installation to use
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page