Changeset 1ad238d8 for postlfs


Ignore:
Timestamp:
05/09/2006 11:47:11 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
89c44230
Parents:
4f38d77
Message:

Updated to Linux-PAM-0.99.4.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux-pam.xml

    r4f38d77 r1ad238d8  
    77  <!ENTITY linux-pam-download-http "http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&linux-pam-version;.tar.bz2">
    88  <!ENTITY linux-pam-download-ftp  "ftp://ftp.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&linux-pam-version;.tar.bz2">
    9   <!ENTITY linux-pam-md5sum        "aabed0543f57dc3e4eebbb0779daf898">
    10   <!ENTITY linux-pam-size          "728 KB">
    11   <!ENTITY linux-pam-buildsize     "17.8 MB">
     9  <!ENTITY linux-pam-md5sum        "267ea71253615342261f9fc486d06647">
     10  <!ENTITY linux-pam-size          "783 KB">
     11  <!ENTITY linux-pam-buildsize     "19.8 MB">
    1212  <!ENTITY linux-pam-time          "0.5 SBU">
    1313  <!ENTITY linux-pam-docs-download "http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-&linux-pam-version;-docs.tar.bz2">
     
    109109make</userinput></screen>
    110110
    111     <para>This package does not come with a test suite.</para>
     111    <para>The test suite will not provide meaningful results until the package
     112    has been installed and configured. If, after installing the package and
     113    creating a minimum configuration as shown below in the 'other' example,
     114    you wish to run the tests, issue <command>make check</command>.</para>
     115
     116    <tip>
     117      <para>Don't delete the <application>Linux-PAM</application> source tree
     118      until after you reinstall the <application>Shadow</application> package.
     119      The reinstallation of the Shadow package includes much more stringent
     120      security for the PAM configuration, and you can run the
     121      <application>Linux-PAM</application> test suite after completing the
     122      <application>Shadow</application> instructions to test the new setup. All
     123      the tests should pass.</para>
     124    </tip>
    112125
    113126    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    116129mv -v /lib/security/pam_tally /sbin &amp;&amp;
    117130mv -v /usr/lib/libpam*.so.0* /lib &amp;&amp;
    118 ln -v -sf ../../lib/libpam.so.0.81.2 /usr/lib/libpam.so &amp;&amp;
     131ln -v -sf ../../lib/libpam.so.0.81.3 /usr/lib/libpam.so &amp;&amp;
    119132ln -v -sf ../../lib/libpamc.so.0.81.0 /usr/lib/libpamc.so &amp;&amp;
    120133ln -v -sf ../../lib/libpam_misc.so.0.81.2 /usr/lib/libpam_misc.so</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.