Changeset cdb3add2 for general


Ignore:
Timestamp:
09/02/2019 08:39:06 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
7539c30e
Parents:
46c5976
Message:

Replace Lsb_release and Initd-tools with LSB-Tools package
Begin update of bootscript headers. Partial fix for #12010
Remove unneeded elogind and mountcgroupfs bootscripts
Update to blfs-bootscripts-20190902

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

Location:
general/sysutils
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    r46c5976 rcdb3add2  
    195195  <title>Configuring elogind</title>
    196196
    197     <para revision="sysv">
    198       To automatically start <command>elogind</command> when the
    199       system is rebooted, install the
    200       <filename>/etc/rc.d/init.d/mountcgroupfs</filename> and
    201       <filename>/etc/rc.d/init.d/elogind</filename> bootscripts from the
    202       <xref linkend="bootscripts"/> package.
    203     </para>
    204 
    205     <indexterm zone="elogind elogind">
    206       <primary sortas="f-elogind">elogind</primary>
    207     </indexterm>
    208 
    209 <screen role="root"><userinput>make install-elogind</userinput></screen>
    210 
    211     <para>
    212       Note that this boot script only starts the system-wide
    213       <application>elogind</application> daemon. Each user will also need to
    214       register a user session using <application>Linux-PAM</application> at
    215       login. The <filename>/etc/pam.d/system-session</filename> file needs to
     197    <para>
     198      Each user will need to register a user session using
     199      <application>Linux-PAM</application> at login. The
     200      <filename>/etc/pam.d/system-session</filename> file needs to
    216201      be modified and a new file needs to be created in order for
    217202      <command>elogind</command> to work correctly. Run the following
  • general/sysutils/sysutils.xml

    r46c5976 rcdb3add2  
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpm.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/>
    44 
    45   <!-- sysv only -->
    46   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initdtools.xml"/>
    47 
     44  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lsb-tools.xml"/>
    4845  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lm_sensors.xml"/>
    4946  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="logrotate.xml"/>
Note: See TracChangeset for help on using the changeset viewer.