Changeset 7cadfea for postlfs


Ignore:
Timestamp:
02/18/2014 05:38:44 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
1aa6f05
Parents:
cafc6c84
Message:

Fixes and tags. Thanks Armin K.

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

Location:
postlfs
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/nano.xml

    rcafc6c84 r7cadfea  
    3636    </para>
    3737
    38     &lfs74_checked;
     38    &lfs75_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/cracklib.xml

    rcafc6c84 r7cadfea  
    3939    passwords to words in chosen word lists.</para>
    4040
    41     &lfs74_checked;
     41    &lfs75_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    123123
    124124<screen role="root"><userinput>make install &amp;&amp;
    125 mv -v /usr/lib/libcrack.so.2* /lib &amp;&amp;
    126 ln -v -sf ../../lib/libcrack.so.2.9.0 /usr/lib/libcrack.so</userinput></screen>
     125mv -v /usr/lib/libcrack.so.* /lib &amp;&amp;
     126ln -sfv ../../lib/$(readlink /usr/lib/libcrack.so) /usr/lib/libcrack.so</userinput></screen>
    127127
    128128    <para>Issue the following commands as the
  • postlfs/security/linux-pam.xml

    rcafc6c84 r7cadfea  
    4242    </para>
    4343
    44     &lfs74_checked;
     44    &lfs75_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    141141            --libdir=/usr/lib \
    142142            --enable-securedir=/lib/security \
    143             --docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; \
    144             --disable-nis &amp;&amp;
     143            --docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; &amp;&amp;
    145144make</userinput></screen>
    146145
     
    222221      This switch sets install location for the
    223222      <application>PAM</application> modules.
    224     </para>
    225 
    226     <para>
    227       <option>--disable-nis</option>: This switch disables building
    228       of the Network Information Service/Yellow Pages support in
    229       pam_unix and pam_access modules. Remove it if you have installed
    230       <xref linkend="libtirpc"/>.
    231223    </para>
    232224
  • postlfs/security/polkit.xml

    rcafc6c84 r7cadfea  
    3737    </para>
    3838
    39     &lfs74_checked;
     39    &lfs75_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    133133            --sysconfdir=/etc    \
    134134            --localstatedir=/var \
    135             --with-authfw=shadow \
    136135            --disable-static     \
    137             --libexecdir=/usr/lib/polkit-1 &amp;&amp;
    138 
     136            --with-authfw=shadow &amp;&amp;
    139137make</userinput></screen>
    140138
  • postlfs/security/shadow.xml

    rcafc6c84 r7cadfea  
    4242    </para>
    4343
    44     &lfs74_checked;
     44    &lfs75_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.