Ignore:
Timestamp:
03/22/2005 08:34:39 PM (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.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:
4fcf20a5
Parents:
71e0d63d
Message:

Added the installation of documentation to the Linux-PAM instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux_pam.xml

    r71e0d63d rf691f2b  
    99  <!ENTITY Linux_PAM-md5sum    "34938b4f2449d4d3b2ffdbf354257205">
    1010  <!ENTITY Linux_PAM-size      "364 KB">
    11   <!ENTITY Linux_PAM-buildsize "7.8 MB">
     11  <!ENTITY Linux_PAM-buildsize "11.4 MB">
    1212  <!ENTITY Linux_PAM-time      "0.17 SBU">
    1313]>
     
    4545</sect3>
    4646
    47 <sect3><title>Additional download</title>
     47<sect3><title>Additional downloads</title>
     48<sect4><title>Patches</title>
    4849<itemizedlist spacing='compact'>
    49 <listitem><para>Required Patch: <ulink
     50<listitem><para>Required patch: <ulink
    5051url="&patch-root;/Linux-PAM-&Linux_PAM-version;-linkage-2.patch"/></para>
    5152</listitem></itemizedlist>
     53</sect4>
     54
     55<sect4><title>Documentation</title>
     56<itemizedlist spacing='compact'>
     57<listitem><para>Optional documentation: <ulink
     58url="http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-0.78-docs.tar.bz2"/>
     59</para></listitem>
     60</itemizedlist>
     61</sect4>
    5262</sect3>
    5363
     
    8191make</command></userinput></screen>
    8292
     93<para>If you downloaded the documentation and wish to install it, unpack the
     94tarball into the <filename class='directory'>doc</filename> directory:</para>
     95
     96<screen><userinput><command>tar -jxf ../Linux-PAM-0.78-docs.tar.bz2 -C doc</command></userinput></screen>
     97
    8398<para>Now, as the root user:</para>
    8499
     
    90105ln -sf ../../lib/libpamc.so.&Linux_PAM-version; /usr/lib/libpamc.so</command></userinput></screen>
    91106
     107<para>Install the documentation using the following commands:</para>
     108
     109<screen><userinput role='root'><command>install -v -d -m755 /usr/share/doc/Linux-PAM-&Linux_PAM-version; &amp;&amp;
     110for DOCTYPE in html ps specs txts
     111do
     112    cp -v -R doc/$DOCTYPE /usr/share/doc/Linux-PAM-&Linux_PAM-version;
     113done</command></userinput></screen>
     114
    92115</sect2>
    93116
     
    131154
    132155<sect3 id="pam-config"><title>Config files</title>
    133 <para><filename>/etc/pam.d/*</filename> or
    134 <filename>/etc/pam.conf</filename></para>
     156<para><filename>/etc/security/*</filename>, and
     157<filename>/etc/pam.d/*</filename> or <filename>/etc/pam.conf</filename></para>
     158<indexterm zone="Linux_PAM pam-config">
     159<primary sortas="e-etc-security">/etc/security/*</primary></indexterm>
    135160<indexterm zone="Linux_PAM pam-config">
    136161<primary sortas="e-etc-pam.d">/etc/pam.d/*</primary></indexterm>
     
    208233</varlistentry>
    209234
     235<varlistentry id="pam_tally">
     236<term><command>pam_tally</command></term>
     237<listitem><para>is used to view or manipulate the <filename>faillog</filename>
     238file.</para>
     239<indexterm zone="Linux_PAM pam_tally">
     240<primary sortas="b-pam_tally">pam_tally</primary></indexterm>
     241</listitem>
     242</varlistentry>
     243
    210244<varlistentry id="libpam">
    211245<term><filename class='libraryfile'>libpam.[so,a]</filename></term>
    212 <listitem><para>provide the interfaces between applications and the
     246<listitem><para>provides the interfaces between applications and the
    213247<acronym>PAM</acronym> modules.</para>
    214248<indexterm zone="Linux_PAM libpam">
Note: See TracChangeset for help on using the changeset viewer.