Shadow: suppress the man pages removed from LFS in r11026.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17055 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2016-03-04 04:09:17 +00:00
parent c09c84bcaa
commit dcf64b5f60
3 changed files with 14 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "02"> <!-- Always 2 digits -->
<!ENTITY day "03"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "March 2nd &year;">
<!ENTITY releasedate "March 3rd &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>March 3rd, 2016</para>
<itemizedlist>
<listitem>
<para>[ken] - shadow : remove spnam.3 and passwd.5 manpages
to match LFS (i.e. prefer the versions from man-pages).</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 2nd, 2016</para>
<itemizedlist>

View File

@ -121,6 +121,8 @@
<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;
find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; &amp;&amp;
find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \; &amp;&amp;
sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \
-e 's@/var/spool/mail@/var/mail@' etc/login.defs &amp;&amp;