Changeset 2eb2948 for postlfs/security


Ignore:
Timestamp:
06/03/2021 11:27:36 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d0d2c85a
Parents:
9179224
Message:

cracklib: adapt to merged-/usr changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cracklib.xml

    r9179224 r2eb2948  
    138138./configure --prefix=/usr    \
    139139            --disable-static \
    140             --with-default-dict=/lib/cracklib/pw_dict &amp;&amp;
     140            --with-default-dict=/usr/lib/cracklib/pw_dict &amp;&amp;
    141141make</userinput></screen>
    142142
     
    145145    </para>
    146146
    147 <screen role="root"><userinput>make install                      &amp;&amp;
    148 mv -v /usr/lib/libcrack.so.* /lib &amp;&amp;
    149 ln -sfv ../../lib/$(readlink /usr/lib/libcrack.so) /usr/lib/libcrack.so</userinput></screen>
     147<screen role="root"><userinput>make install</userinput></screen>
    150148
    151149    <para>
     
    165163ln -v -sf cracklib-words /usr/share/dict/words                 &amp;&amp;
    166164echo $(hostname) >>      /usr/share/dict/cracklib-extra-words  &amp;&amp;
    167 install -v -m755 -d      /lib/cracklib                         &amp;&amp;
     165install -v -m755 -d      /usr/lib/cracklib                     &amp;&amp;
    168166
    169167create-cracklib-dict     /usr/share/dict/cracklib-words \
     
    221219      href="../../xincludes/static-libraries.xml"/>
    222220
     221    <!-- FIXME: No longer needed with merged-/usr configuration
    223222    <para>
    224223      <command>mv -v /usr/lib/libcrack.so.2* /lib</command> and
     
    232231      pointing to the relocated file.
    233232    </para>
     233    -->
    234234
    235235    <para>
Note: See TracChangeset for help on using the changeset viewer.