mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
c09c84bcaa
commit
dcf64b5f60
@ -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] -->
|
||||
|
@ -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>
|
||||
|
@ -121,6 +121,8 @@
|
||||
|
||||
<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in &&
|
||||
find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; &&
|
||||
find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; &&
|
||||
find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \; &&
|
||||
|
||||
sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \
|
||||
-e 's@/var/spool/mail@/var/mail@' etc/login.defs &&
|
||||
|
Loading…
Reference in New Issue
Block a user