Ignore:
Timestamp:
01/27/2005 01:41:14 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
48ecffe8
Parents:
2a7340c2
Message:

Added download location and build entities to Shadow instructions; misc Chapter 4 clean-up

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3342 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    r2a7340c2 r17fb537e  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
     6
     7  <!ENTITY shadow-download-http " ">
     8  <!ENTITY shadow-download-ftp  "ftp://ftp.pld.org.pl/software/shadow/shadow-&shadow-version;.tar.bz2">
     9  <!ENTITY shadow-size          "814 KB">
     10  <!ENTITY shadow-buildsize     "14.1 MB">
     11  <!ENTITY shadow-time          "0.42 SBU">
    612]>
    713
    8 <sect1 id="shadow">
     14<sect1 id="shadow" xreflabel="Shadow-&shadow-version;">
    915<sect1info>
    1016<othername>$LastChangedBy$</othername>
     
    4854<acronym>PAM</acronym>.</para>
    4955
     56<sect3><title>Package information</title>
     57<itemizedlist spacing="compact">
     58<listitem><para>Download (HTTP):
     59<ulink url="&shadow-download-http;"/></para></listitem>
     60<listitem><para>Download (FTP):
     61<ulink url="&shadow-download-ftp;"/></para></listitem>
     62<listitem><para>Download size:
     63&shadow-size;</para></listitem>
     64<listitem><para>Estimated disk space required:
     65&shadow-buildsize;</para></listitem>
     66<listitem><para>Estimated build time:
     67&shadow-time;</para></listitem></itemizedlist>
     68</sect3>
     69
    5070<sect3><title>Additional downloads</title>
    5171<itemizedlist spacing='compact'>
     
    7393echo '#define HAVE_SETLOCALE 1' >> config.h &amp;&amp;
    7494sed -i '/extern char/d' libmisc/xmalloc.c &amp;&amp;
    75 make &amp;&amp;
    76 make install &amp;&amp;
     95make</command></userinput></screen>
     96
     97<para>Now, as the root user:</para>
     98
     99<screen><userinput role='root'><command>make install &amp;&amp;
    77100mv /bin/sg /usr/bin &amp;&amp;
    78101mv /bin/vigr /usr/sbin &amp;&amp;
     
    97120fixes a compilation problem when using <application>GCC</application>-3.4.x.
    98121</para>
    99 
    100 <!--  Leftover from older instructions????
    101 <para><command>cp debian/securetty /etc/securetty</command>: This
    102 command sets the tty's that allow logins through <acronym>PAM</acronym>.</para>
    103 -->
    104122
    105123</sect2>
     
    263281PASS_CHANGE_TRIES
    264282PASS_ALWAYS_WARN</screen>
    265 
    266 </sect3>
     283</sect3>
     284
     285</sect2>
     286
     287<sect2>
     288<title>Contents</title>
     289
     290<para>A list of the installed files, along with their short descriptions can
     291be found at <ulink
     292url="http://www.linuxfromscratch.org/lfs/view/6.0/chapter06/shadow.html"/>.
     293</para>
    267294
    268295</sect2>
Note: See TracChangeset for help on using the changeset viewer.