Ignore:
Timestamp:
11/18/2016 03:42:05 AM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
af3f6d2
Parents:
a9fb13a3
Message:

Update to linux-4.8.8
Update to systemd-232

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    ra9fb13a3 r13c8b42  
    6060    -i Makefile.in</userinput></screen>
    6161
     62<!-- Not needed as of 232... anyone notice a pattern here? -renodr
    6263    <para>Apply a patch to fix a security issue:</para>
    6364
    6465<screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</userinput></screen>
     66-->
    6567
    6668    <para>Create a file to allow systemd to build when using Util-Linux
     
    194196<screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>
    195197
     198<!-- These get installed into /lib now by default.
    196199    <para>Move the NSS libraries to <filename class="directory">/lib</filename>:</para>
    197200
    198201<screen><userinput remap="install">mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib</userinput></screen>
     202-->
    199203
    200204    <para>Remove an unnecessary directory:</para>
     
    245249        systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
    246250        systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
    247         systemd-inhibit, systemd-machine-id-setup, systemd-notify,
    248         systemd-nspawn, systemd-path, systemd-resolve, systemd-run,
     251        systemd-inhibit, systemd-machine-id-setup, systemd-mount,
     252        systemd-notify, systemd-nspawn, systemd-path, systemd-resolve,
     253        systemd-run, systemd-socket-activate,
    249254        systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
    250255        telinit, timedatectl, and udevadm</seg>
    251256        <seg>libnss_myhostname.so.2, libnss_mymachines.so.2,
    252         libnss_resolve.so.2, libsystemd.so, libsystemd-shared-231.so,
     257        libnss_resolve.so.2, libnss_systemd.so.2,
     258        libsystemd.so, libsystemd-shared-231.so,
    253259        and libudev.so</seg>
    254260        <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
     
    575581      </varlistentry>
    576582
     583      <varlistentry id="systemd-mount">
     584        <term><command>systemd-mount</command></term>
     585        <listitem>
     586          <para>is a tool to temporarily mount or auto-mount a drive.</para>
     587          <indexterm zone="ch-system-systemd systemd-mount">
     588            <primary sortas="b-systemd-mount">systemd-mount</primary>
     589          </indexterm>
     590        </listitem>
     591      </varlistentry>
     592
    577593      <varlistentry id="systemd-notify">
    578594        <term><command>systemd-notify</command></term>
     
    638654        </listitem>
    639655      </varlistentry> -->
     656
     657      <varlistentry id="systemd-socket-activate">
     658        <term><command>systemd-socket-activate</command></term>
     659        <listitem>
     660          <para>is a tool to listen on socket devices and launch a process upon
     661          connection.</para>
     662          <indexterm zone="ch-system-systemd systemd-socket-activate">
     663            <primary sortas="b-systemd-socket-activate">systemd-socket-activate</primary>
     664          </indexterm>
     665        </listitem>
     666      </varlistentry>
    640667
    641668      <varlistentry id="systemd-tmpfiles">
Note: See TracChangeset for help on using the changeset viewer.