Changeset e92e7dc


Ignore:
Timestamp:
06/03/2021 11:51:50 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:
a600176
Parents:
d0d2c85a
Message:

libpwquality: adapt to merged-/usr changes

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd0d2c85a re92e7dc  
    4545      <para>June 3rd, 2021</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Adapt libpwquality to merged-/usr changes.</para>
     49        </listitem>
    4750        <listitem revision="systemd">
    4851          <para>[renodr] - Adapt the timer/unit creation for pciutils, usbutils,
  • postlfs/security/libpwquality.xml

    rd0d2c85a re92e7dc  
    102102    </para>
    103103
    104 <screen><userinput>./configure --prefix=/usr                  \
    105             --disable-static               \
    106             --with-securedir=/lib/security \
    107             --with-python-binary=python3 &amp;&amp;
     104<screen><userinput>./configure --prefix=/usr                      \
     105            --disable-static                   \
     106            --with-securedir=/usr/lib/security \
     107            --with-python-binary=python3       &amp;&amp;
    108108make</userinput></screen>
    109109
     
    116116    </para>
    117117   
    118 <screen role="root"><userinput>make install                          &amp;&amp;
    119 
    120 mv -v /usr/lib/libpwquality.so.* /lib &amp;&amp;
    121 ln -sfv ../../lib/$(readlink /usr/lib/libpwquality.so) /usr/lib/libpwquality.so</userinput></screen>
     118<screen role="root"><userinput>make install</userinput></screen>
    122119
    123120  </sect2>
     
    169166                                         dictcheck=1 usercheck=1 \
    170167                                         enforcing=1 badwords="" \
    171                                          dictpath=/lib/cracklib/pw_dict
     168                                         dictpath=/usr/lib/cracklib/pw_dict
    172169# use sha512 hash for encryption, use shadow, and use the
    173170# authentication token (chosen password) set by pam_pwquality
Note: See TracChangeset for help on using the changeset viewer.