Changeset 677712e


Ignore:
Timestamp:
02/21/2004 10:55:28 PM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
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:
60c9d34
Parents:
d6147bec
Message:

Shadow fixes

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

Location:
postlfs/security
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    rd6147bec r677712e  
    11<sect1 id="shadow">
    22<?dbhtml filename="shadow.html" dir="postlfs"?>
    3 <title>Shadow-4.0.3</title>
     3<title>Shadow-&shadow-version;</title>
    44
    55<!--
  • postlfs/security/shadow/shadow-inst.xml

    rd6147bec r677712e  
    22<title>Installation of <application>shadow</application></title>
    33
    4 <para>Download the patch for shadow from <ulink url="&patch-root;"/>.</para>
    5 
    64<para>Reinstall shadow by running the following commands:</para>
    75
    8 <screen><userinput><command>LIBS="-lpam -lpam_misc" ./configure --libdir=/usr/lib \
     6<screen><userinput><command>patch -Np1 -i ../shadow-&shadow-version;-pam-1.patch &amp;&amp;
     7LIBS="-lpam -lpam_misc" ./configure --libdir=/usr/lib \
    98--enable-shared --with-libpam &amp;&amp;
    109echo '#define HAVE_SETLOCALE 1' >> config.h &amp;&amp;
     
    1312mv /bin/sg /usr/bin &amp;&amp;
    1413mv /bin/vigr /usr/sbin &amp;&amp;
     14rm /bin/groups &amp;&amp;
    1515mv /usr/lib/lib{misc,shadow}.so.0* /lib &amp;&amp;
    1616ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so &amp;&amp;
    1717ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so</command></userinput></screen>
    1818
    19 
    2019</sect2>
    2120
  • postlfs/security/shadow/shadow-intro.xml

    rd6147bec r677712e  
    99<acronym>PAM</acronym>.</para>
    1010
     11<sect3><title>Additional downloads</title>
     12<itemizedlist spacing='compact'>
     13<listitem><para>Patch to fix linking against PAM:
     14<ulink url="&patch-root;/shadow-&shadow-version;-pam-1.patch"/></para></listitem>
     15</itemizedlist>
     16</sect3>
     17
    1118<sect3><title><application>Shadow</application> dependencies</title>
    1219<sect4><title>Required</title>
  • postlfs/security/shadow/shadow.ent

    rd6147bec r677712e  
    44<!ENTITY shadow-exp SYSTEM "shadow-exp.xml">
    55<!ENTITY shadow-config SYSTEM "shadow-config.xml">
     6<!ENTITY shadow-version "4.0.4.1">
Note: See TracChangeset for help on using the changeset viewer.