Ignore:
Timestamp:
09/17/2020 01:17:42 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 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:
e326344
Parents:
6288de8
Message:

Linux-PAM: fix for not installing a .service file on sysv
Polkit: reinstate the elogind patch, which is still needed

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux-pam.xml

    r6288de8 rad539dbe  
    144144    <title>Installation of Linux PAM</title>
    145145
     146    <para revision="sysv">
     147      First prevent the installation of an unneeded systemd file:
     148    </para>
     149
     150<screen revision="sysv"><userinput>sed -e /service_DATA/d \
     151    -i modules/pam_namespace/Makefile.am &amp;&amp;
     152autoreconf</userinput></screen>
     153
    146154    <para>
    147155      If you downloaded the documentation, unpack the tarball by issuing
     
    156164    </para>
    157165
    158 <screen><userinput>sed -e 's/dummy elinks/dummy lynx/'                                     \
     166<screen><userinput>sed -e 's/dummy elinks/dummy lynx/'                                    \
    159167    -e 's/-no-numbering -no-references/-force-html -nonumbers -stdin/' \
    160168    -i configure</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.