Changeset 7e4be43 for postlfs


Ignore:
Timestamp:
02/20/2004 04:16:10 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0c603671
Parents:
e61a0f6
Message:

update shadow

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

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    re61a0f6 r7e4be43  
    2626&shadow-intro;
    2727&shadow-inst;
    28 &shadow-exp;
     28<!-- &shadow-exp; -->
    2929&shadow-config;
    3030
  • postlfs/security/shadow/shadow-inst.xml

    re61a0f6 r7e4be43  
    66<para>Reinstall shadow by running the following commands:</para>
    77
    8 <screen><userinput><command>patch -Np1 -i ../shadow-4.0.3-pam-2.patch &amp;&amp;
    9 ./configure --prefix=/usr --libdir=/usr/lib \
     8<screen><userinput><command>LIBS="-lpam -lpam_misc" ./configure --libdir=/usr/lib \
    109--enable-shared --with-libpam &amp;&amp;
     10echo '#define HAVE_SETLOCALE 1' >> config.h &amp;&amp;
    1111make &amp;&amp;
    1212make install &amp;&amp;
    13 ln -sf vipw /usr/sbin/vigr &amp;&amp;
    14 rm /bin/vipw &amp;&amp;
    1513mv /bin/sg /usr/bin &amp;&amp;
     14mv /bin/vigr /usr/sbin &amp;&amp;
    1615mv /usr/lib/lib{misc,shadow}.so.0* /lib &amp;&amp;
    1716ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so &amp;&amp;
    18 ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so &amp;&amp;
    19 cp debian/securetty /etc/securetty</command></userinput></screen>
     17ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so</command></userinput></screen>
    2018
    2119
Note: See TracChangeset for help on using the changeset viewer.