mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-04 03:19:22 +01:00
Version update for shadow, maybe correct this time
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3937cf0902
commit
bad49049e2
@ -347,7 +347,7 @@ url="ftp://ftp.linuxfromscratch.org/pub/lfs/"/>.</para></note>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Shadow (&shadow-version;) - 1,080 KB:</term>
|
||||
<term>Shadow (&shadow-version;) - 1,031 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="ftp://ftp.pld.org.pl/software/shadow/"/></para>
|
||||
<note><para>Shadow (&shadow-version;) may no longer be available at the listed
|
||||
|
@ -18,7 +18,7 @@ way.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>&buildtime;</segtitle>
|
||||
<segtitle>&diskspace;</segtitle>
|
||||
<seglistitem><seg>0.4 SBU</seg><seg>13.7 MB</seg></seglistitem>
|
||||
<seglistitem><seg>0.3 SBU</seg><seg>15.9 MB</seg></seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<segmentedlist>
|
||||
@ -38,7 +38,17 @@ prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the
|
||||
|
||||
<para>Prepare Shadow for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen>
|
||||
<screen><userinput>./configure --libdir=/lib --enable-shared --enable-shadowgrp</userinput></screen>
|
||||
|
||||
<para>The meaning of the new configure options:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>--enable-shadowgrp</parameter></term>
|
||||
<listitem><para>This version of shadow defaults to not enabling
|
||||
shadow group functionality, which will cause grpconv to fail.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para>
|
||||
|
||||
@ -153,8 +163,8 @@ by running:</para>
|
||||
<segtitle>Installed libraries</segtitle>
|
||||
<seglistitem><seg>chage, chfn, chpasswd, chsh, expiry, faillog, gpasswd,
|
||||
groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login,
|
||||
logoutd, mkpasswd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg
|
||||
(link to newgrp), useradd, userdel, usermod, vigr (link to vipw), and vipw</seg>
|
||||
logoutd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg (link to newgrp),
|
||||
su, useradd, userdel, usermod, vigr (link to vipw), and vipw</seg>
|
||||
<seg>libshadow.[a,so]</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -296,14 +306,6 @@ from <filename>/etc/gshadow</filename> and then deletes the latter</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mkpasswd">
|
||||
<term><command>mkpasswd</command></term>
|
||||
<listitem>
|
||||
<para>Generates random passwords</para>
|
||||
<indexterm zone="ch-system-shadow mkpasswd"><primary sortas="b-mkpasswd">mkpasswd</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="newgrp">
|
||||
<term><command>newgrp</command></term>
|
||||
<listitem>
|
||||
|
@ -71,7 +71,7 @@
|
||||
<!ENTITY psmisc-version "21.6">
|
||||
<!ENTITY readline-version "5.0">
|
||||
<!ENTITY sed-version "4.1.4">
|
||||
<!ENTITY shadow-version "4.0.10">
|
||||
<!ENTITY shadow-version "4.0.11.1">
|
||||
<!ENTITY sysklogd-version "1.4.1">
|
||||
<!ENTITY sysvinit-version "2.86">
|
||||
<!ENTITY tar-version "1.15.1">
|
||||
|
Loading…
Reference in New Issue
Block a user