Changeset 17fb537e


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2a7340c2 r17fb537e  
    2323<itemizedlist>
    2424
    25 <listitem><para>January 26th, 2005 [randy]: Updated J2SDK binary
    26 version to 1.4.2_07; updated J2SDK build entities.</para></listitem>
     25<listitem><para>January 26th, 2005 [randy]: Updated J2SDK binary version to
     261.4.2_07; updated J2SDK build entities; added download location and build
     27entities to Shadow instructions.</para></listitem>
    2728
    2829<listitem><para>January 26th, 2005 [bdubbs]: Added directory reference
  • postlfs/security/cracklib.xml

    r2a7340c2 r17fb537e  
    7474<title>Installation of <application>cracklib</application></title>
    7575
    76 <para>First, install the chosen word list for
     76<para>First, as the root user, install the chosen word list for
    7777<application>cracklib</application>:</para>
    7878
    79 <screen><userinput><command>install -d -m755 /usr/share/dict &amp;&amp;
     79<screen><userinput role='root'><command>install -d -m755 /usr/share/dict &amp;&amp;
    8080install -m644 ../<replaceable>[wordlist]</replaceable> /usr/share/dict &amp;&amp;
    8181ln -sf <replaceable>[wordlist]</replaceable> /usr/share/dict/words &amp;&amp;
     
    100100patch -Np1 -i ../cracklib,&cracklib-version;-heimdal-1.patch</command></userinput></screen>
    101101
    102 <para>Finally, install the package:</para>
    103 <screen><userinput><command>make install</command></userinput></screen>
     102<para>Finally, as the root user, install the package:</para>
     103<screen><userinput role='root'><command>make install</command></userinput></screen>
    104104
    105105</sect2>
  • postlfs/security/linux_pam.xml

    r2a7340c2 r17fb537e  
    5353dependencies</title>
    5454<sect4><title>Optional</title>
    55 <para><xref linkend="cracklib"/> and sgmltools-lite
    56 (<ulink url="http://sourceforge.net/projects/sgmltools-lite/"/>)
     55<para><xref linkend="cracklib"/> and <ulink
     56url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
    5757</para></sect4>
    5858</sect3>
     
    7171./configure --enable-static-libpam --with-mailspool=/var/mail \
    7272    --enable-read-both-confs --sysconfdir=/etc &amp;&amp;
    73 make &amp;&amp;
    74 make install &amp;&amp;
     73make</command></userinput></screen>
     74
     75<para>Now, as the root user:</para>
     76
     77<screen><userinput role='root'><command>make install &amp;&amp;
    7578mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a /usr/lib &amp;&amp;
    7679ln -sf ../../lib/libpam.so.&Linux_PAM-version; /usr/lib/libpam.so &amp;&amp;
     
    153156for a list of various modules available.</para>
    154157
     158<note><para>You should now reinstall the <xref linkend="shadow"/>
     159package.</para></note>
    155160</sect3>
    156161
     
    159164<sect2>
    160165<title>Contents</title>
    161 
    162166
    163167<segmentedlist>
    164168<segtitle>Installed Program</segtitle>
    165169<segtitle>Installed Libraries</segtitle>
    166 <segtitle>Installed Directory</segtitle>
     170<segtitle>Installed Directories</segtitle>
    167171<seglistitem>
    168172<seg>unix_chkpwd and pam_tally</seg>
    169 <seg>libpam.so, libpamc.so and libpma_misc.so</seg>
    170 <seg>/lib/security</seg>
     173<seg>libpam.so, libpamc.so and libpam_misc.so</seg>
     174<seg>/etc/pam.d and /lib/security</seg>
    171175</seglistitem>
    172176</segmentedlist>
     
    187191<varlistentry id="libpam">
    188192<term><filename class='libraryfile'>libpam.so</filename></term>
    189 <listitem><para> provide the interfaces between applications and the <acronym>PAM</acronym> modules.</para>
     193<listitem><para> provide the interfaces between applications and the
     194<acronym>PAM</acronym> modules.</para>
    190195<indexterm zone="Linux_PAM libpam">
    191196<primary sortas="c-libpam">libpam.so</primary></indexterm>
  • postlfs/security/openssl.xml

    r2a7340c2 r17fb537e  
    6868./config --openssldir=/etc/ssl --prefix=/usr shared &amp;&amp;
    6969sed -i 's%SHLIBDIRS= fips crypto ssl%SHLIBDIRS= crypto ssl%g' Makefile &amp;&amp;
    70 make MANDIR=/usr/share/man &amp;&amp;
    71 make MANDIR=/usr/share/man install &amp;&amp;
     70make MANDIR=/usr/share/man</command></userinput></screen>
     71
     72<para>Now, as the root user:</para>
     73
     74<screen><userinput role='root'><command>make MANDIR=/usr/share/man install &amp;&amp;
    7275cp -r certs /etc/ssl</command></userinput></screen>
    7376
  • 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.