Update to systemd-229.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
DJ Lucas 2016-02-13 08:13:35 +00:00
parent ca2f2b4ee8
commit de7a8b33b6
5 changed files with 66 additions and 39 deletions

View File

@ -36,6 +36,15 @@
</listitem> </listitem>
--> -->
<listitem>
<para>2016-02-13</para>
<itemizedlist>
<listitem>
<para>[dj] - Updated to systemd-229.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2016-02-09</para> <para>2016-02-09</para>
<itemizedlist> <itemizedlist>

View File

@ -53,8 +53,8 @@
<para>Disable two tests that always fail:</para> <para>Disable two tests that always fail:</para>
<screen><userinput remap="pre">sed -e 's:test/udev-test.pl ::g' \ <screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@' \
-e 's:test-copy$(EXEEXT) ::g' \ -e 's@test-copy$(EXEEXT) @@' \
-i Makefile.in</userinput></screen> -i Makefile.in</userinput></screen>
<para>Rebuild generated files after modifying Makefile.am and <para>Rebuild generated files after modifying Makefile.am and
@ -211,9 +211,11 @@ EOF</userinput></screen>
done done
ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<!--
<para>Remove a reference to a non-existent group:</para> <para>Remove a reference to a non-existent group:</para>
<screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen> <screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
-->
<para>Create the <filename>/etc/machine-id</filename> file needed by <para>Create the <filename>/etc/machine-id</filename> file needed by
<command>systemd-journald</command>:</para> <command>systemd-journald</command>:</para>
@ -244,11 +246,12 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
reboot, runlevel, shutdown, systemctl, systemd-analyze, reboot, runlevel, shutdown, systemctl, systemd-analyze,
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop, systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb, systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn, systemd-inhibit, systemd-machine-id-setup, systemd-notify,
systemd-path, systemd-run, systemd-stdio-bridge, systemd-tmpfiles, systemd-nspawn, systemd-path, systemd-resolve, systemd-run,
systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg> systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
<seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2, telinit, timedatectl, and udevadm</seg>
libsystemd.so, and libudev.so</seg> <seg>libnss_myhostname.so.2, libnss_mymachines.so.2,
libnss_resolve.so.2, libsystemd.so, and libudev.so</seg>
<seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
/etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
/etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd, /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
@ -443,8 +446,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemctl"> <varlistentry id="systemctl">
<term><command>systemctl</command></term> <term><command>systemctl</command></term>
<listitem> <listitem>
<para>Used to introspect and control the state of the systemd system and <para>Used to introspect and control the state of the systemd system
service manager</para> and service manager</para>
<indexterm zone="ch-system-systemd systemctl"> <indexterm zone="ch-system-systemd systemctl">
<primary sortas="b-systemctl">systemctl</primary> <primary sortas="b-systemctl">systemctl</primary>
</indexterm> </indexterm>
@ -454,8 +457,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-analyze"> <varlistentry id="systemd-analyze">
<term><command>systemd-analyze</command></term> <term><command>systemd-analyze</command></term>
<listitem> <listitem>
<para>Used to determine system boot-up performance of the current boot <para>Used to determine system boot-up performance of the current
</para> boot</para>
<indexterm zone="ch-system-systemd systemd-analyze"> <indexterm zone="ch-system-systemd systemd-analyze">
<primary sortas="b-systemd-analyze">systemd-analyze</primary> <primary sortas="b-systemd-analyze">systemd-analyze</primary>
</indexterm> </indexterm>
@ -465,8 +468,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-ask-password"> <varlistentry id="systemd-ask-password">
<term><command>systemd-ask-password</command></term> <term><command>systemd-ask-password</command></term>
<listitem> <listitem>
<para>Used to query a system password or passphrase from the user, using a <para>Used to query a system password or passphrase from the user,
question message specified on the command line</para> using a question message specified on the command line</para>
<indexterm zone="ch-system-systemd systemd-ask-password"> <indexterm zone="ch-system-systemd systemd-ask-password">
<primary sortas="b-systemd-ask-password">systemd-ask-password</primary> <primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
</indexterm> </indexterm>
@ -487,8 +490,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-cgls"> <varlistentry id="systemd-cgls">
<term><command>systemd-cgls</command></term> <term><command>systemd-cgls</command></term>
<listitem> <listitem>
<para>Recursively shows the contents of the selected Linux control group <para>Recursively shows the contents of the selected Linux control
hierarchy in a tree</para> group hierarchy in a tree</para>
<indexterm zone="ch-system-systemd systemd-cgls"> <indexterm zone="ch-system-systemd systemd-cgls">
<primary sortas="b-systemd-cgls">systemd-cgls</primary> <primary sortas="b-systemd-cgls">systemd-cgls</primary>
</indexterm> </indexterm>
@ -498,8 +501,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-cgtop"> <varlistentry id="systemd-cgtop">
<term><command>systemd-cgtop</command></term> <term><command>systemd-cgtop</command></term>
<listitem> <listitem>
<para>Shows the top control groups of the local Linux control group hierarchy, <para>Shows the top control groups of the local Linux control group
ordered by their CPU, memory and disk I/O load</para> hierarchy, ordered by their CPU, memory and disk I/O load</para>
<indexterm zone="ch-system-systemd systemd-cgtop"> <indexterm zone="ch-system-systemd systemd-cgtop">
<primary sortas="b-systemd-cgtop">systemd-cgtop</primary> <primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
</indexterm> </indexterm>
@ -531,7 +534,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-escape"> <varlistentry id="systemd-escape">
<term><command>systemd-escape</command></term> <term><command>systemd-escape</command></term>
<listitem> <listitem>
<para>Used to escape strings for inclusion in systemd unit names</para> <para>Used to escape strings for inclusion in systemd unit
names</para>
<indexterm zone="ch-system-systemd systemd-escape"> <indexterm zone="ch-system-systemd systemd-escape">
<primary sortas="b-systemd-escape">systemd-escape</primary> <primary sortas="b-systemd-escape">systemd-escape</primary>
</indexterm> </indexterm>
@ -551,8 +555,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-inhibit"> <varlistentry id="systemd-inhibit">
<term><command>systemd-inhibit</command></term> <term><command>systemd-inhibit</command></term>
<listitem> <listitem>
<para>Used to execute a program with a shutdown, sleep or idle inhibitor lock <para>Used to execute a program with a shutdown, sleep or idle
taken</para> inhibitor lock taken</para>
<indexterm zone="ch-system-systemd systemd-inhibit"> <indexterm zone="ch-system-systemd systemd-inhibit">
<primary sortas="b-systemd-inhibit">systemd-inhibit</primary> <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
</indexterm> </indexterm>
@ -562,9 +566,9 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-machine-id-setup"> <varlistentry id="systemd-machine-id-setup">
<term><command>systemd-machine-id-setup</command></term> <term><command>systemd-machine-id-setup</command></term>
<listitem> <listitem>
<para>Used by system installer tools to initialize the machine ID stored in <para>Used by system installer tools to initialize the machine ID
<filename>/etc/machine-id</filename> at install time with a randomly stored in <filename>/etc/machine-id</filename> at install time with a
generated ID</para> randomly generated ID</para>
<indexterm zone="ch-system-systemd systemd-machine-id-setup"> <indexterm zone="ch-system-systemd systemd-machine-id-setup">
<primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary> <primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary>
</indexterm> </indexterm>
@ -574,8 +578,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-notify"> <varlistentry id="systemd-notify">
<term><command>systemd-notify</command></term> <term><command>systemd-notify</command></term>
<listitem> <listitem>
<para>Used by daemon scripts to notify the init system about status changes <para>Used by daemon scripts to notify the init system about status
</para> changes</para>
<indexterm zone="ch-system-systemd systemd-notify"> <indexterm zone="ch-system-systemd systemd-notify">
<primary sortas="b-systemd-notify">systemd-notify</primary> <primary sortas="b-systemd-notify">systemd-notify</primary>
</indexterm> </indexterm>
@ -585,7 +589,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-nspawn"> <varlistentry id="systemd-nspawn">
<term><command>systemd-nspawn</command></term> <term><command>systemd-nspawn</command></term>
<listitem> <listitem>
<para>Used to run a command or OS in a light-weight namespace container</para> <para>Used to run a command or OS in a light-weight namespace
container</para>
<indexterm zone="ch-system-systemd systemd-nspawn"> <indexterm zone="ch-system-systemd systemd-nspawn">
<primary sortas="b-systemd-nspawn">systemd-nspawn</primary> <primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
</indexterm> </indexterm>
@ -602,11 +607,22 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="systemd-resolve">
<term><command>systemd-resolve</command></term>
<listitem>
<para>Used to resolve domain names, IPV4 and IPv6 addresses, DNS
resource records, and services</para>
<indexterm zone="ch-system-systemd systemd-resolve">
<primary sortas="b-systemd-resolve">systemd-resolve</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="systemd-run"> <varlistentry id="systemd-run">
<term><command>systemd-run</command></term> <term><command>systemd-run</command></term>
<listitem> <listitem>
<para>Used to create and start a transient .service or a .scope unit and <para>Used to create and start a transient .service or a .scope unit
run the specified command in it</para> and run the specified command in it</para>
<indexterm zone="ch-system-systemd systemd-run"> <indexterm zone="ch-system-systemd systemd-run">
<primary sortas="b-systemd-run">systemd-run</primary> <primary sortas="b-systemd-run">systemd-run</primary>
</indexterm> </indexterm>
@ -626,8 +642,9 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-tmpfiles"> <varlistentry id="systemd-tmpfiles">
<term><command>systemd-tmpfiles</command></term> <term><command>systemd-tmpfiles</command></term>
<listitem> <listitem>
<para>Creates, deletes and cleans up volatile and temporary files and directories, <para>Creates, deletes and cleans up volatile and temporary files and
based on the configuration file format and location specified in directories, based on the configuration file format and location
specified in
<filename class="directory">tmpfiles.d</filename> directories</para> <filename class="directory">tmpfiles.d</filename> directories</para>
<indexterm zone="ch-system-systemd systemd-tmpfiles"> <indexterm zone="ch-system-systemd systemd-tmpfiles">
<primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary> <primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary>
@ -648,7 +665,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="telinit"> <varlistentry id="telinit">
<term><command>telinit</command></term> <term><command>telinit</command></term>
<listitem> <listitem>
<para>Tells <command>init</command> which run-level to change to</para> <para>Tells <command>init</command> which run-level to change
to</para>
<indexterm zone="ch-system-systemd telinit"> <indexterm zone="ch-system-systemd telinit">
<primary sortas="b-telinit">telinit</primary> <primary sortas="b-telinit">telinit</primary>
</indexterm> </indexterm>

View File

@ -1,6 +1,6 @@
<!ENTITY version "20160209-systemd"> <!ENTITY version "20160213-systemd">
<!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release -->
<!ENTITY releasedate "February 9, 2016"> <!ENTITY releasedate "February 13, 2016">
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.9"> <!ENTITY milestone "7.9">
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -525,13 +525,13 @@
<!ENTITY shadow-ch6-du "43 MB"> <!ENTITY shadow-ch6-du "43 MB">
<!ENTITY shadow-ch6-sbu "0.2 SBU"> <!ENTITY shadow-ch6-sbu "0.2 SBU">
<!ENTITY systemd-version "228"> <!ENTITY systemd-version "229">
<!ENTITY systemd-size "3,280 KB"> <!ENTITY systemd-size "3,844 KB">
<!ENTITY systemd-url "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz"> <!ENTITY systemd-url "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
<!ENTITY systemd-md5 "24143759335e05ac462942baec6413ff"> <!ENTITY systemd-md5 "5d5115ee08affe005f821bc5ea3171e8">
<!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/"> <!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/">
<!ENTITY systemd-ch6-du "990 MB"> <!ENTITY systemd-ch6-du "1,008 MB">
<!ENTITY systemd-ch6-sbu "5.3 SBU"> <!ENTITY systemd-ch6-sbu "4.6 SBU">
<!ENTITY tar-version "1.28"> <!ENTITY tar-version "1.28">
<!ENTITY tar-size "1,921 KB"> <!ENTITY tar-size "1,921 KB">

View File

@ -47,5 +47,5 @@
<!ENTITY readline-fixes-patch-size "8 KB"> <!ENTITY readline-fixes-patch-size "8 KB">
<!ENTITY systemd-compat-patch "systemd-&systemd-version;-compat-1.patch"> <!ENTITY systemd-compat-patch "systemd-&systemd-version;-compat-1.patch">
<!ENTITY systemd-compat-patch-md5 "13c4c53e12c1ad008a1304fa2b4c70c0"> <!ENTITY systemd-compat-patch-md5 "8a9b70794ead5a87297d7ccd7a753d78">
<!ENTITY systemd-compat-patch-size "12 KB"> <!ENTITY systemd-compat-patch-size "12 KB">