aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2016-02-13 08:13:35 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2016-02-13 08:13:35 +0000
commitde7a8b33b6fe075e9fa2b0b0e4f06b04b8a1e06a (patch)
treef5db4a912cade425a3dbbb7b6623127068d20175
parentca2f2b4ee815aa3b5894f2fb326231611c3802bc (diff)
Update to systemd-229.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter06/systemd.xml80
-rw-r--r--general.ent4
-rw-r--r--packages.ent10
-rw-r--r--patches.ent2
5 files changed, 66 insertions, 39 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 234f5a55d..9487c7923 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>2016-02-13</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dj] - Updated to systemd-229.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2016-02-09</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 17ddda598..8293a7ea3 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -53,8 +53,8 @@
<para>Disable two tests that always fail:</para>
-<screen><userinput remap="pre">sed -e 's:test/udev-test.pl ::g' \
- -e 's:test-copy$(EXEEXT) ::g' \
+<screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@' \
+ -e 's@test-copy$(EXEEXT) @@' \
-i Makefile.in</userinput></screen>
<para>Rebuild generated files after modifying Makefile.am and
@@ -211,9 +211,11 @@ EOF</userinput></screen>
done
ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
+<!--
<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>
+-->
<para>Create the <filename>/etc/machine-id</filename> file needed by
<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,
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
- systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn,
- systemd-path, systemd-run, systemd-stdio-bridge, systemd-tmpfiles,
- systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
- <seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2,
- libsystemd.so, and libudev.so</seg>
+ systemd-inhibit, systemd-machine-id-setup, systemd-notify,
+ systemd-nspawn, systemd-path, systemd-resolve, systemd-run,
+ systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
+ telinit, timedatectl, and udevadm</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,
/etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
/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">
<term><command>systemctl</command></term>
<listitem>
- <para>Used to introspect and control the state of the systemd system and
- service manager</para>
+ <para>Used to introspect and control the state of the systemd system
+ and service manager</para>
<indexterm zone="ch-system-systemd systemctl">
<primary sortas="b-systemctl">systemctl</primary>
</indexterm>
@@ -454,8 +457,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-analyze">
<term><command>systemd-analyze</command></term>
<listitem>
- <para>Used to determine system boot-up performance of the current boot
- </para>
+ <para>Used to determine system boot-up performance of the current
+ boot</para>
<indexterm zone="ch-system-systemd systemd-analyze">
<primary sortas="b-systemd-analyze">systemd-analyze</primary>
</indexterm>
@@ -465,8 +468,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-ask-password">
<term><command>systemd-ask-password</command></term>
<listitem>
- <para>Used to query a system password or passphrase from the user, using a
- question message specified on the command line</para>
+ <para>Used to query a system password or passphrase from the user,
+ using a question message specified on the command line</para>
<indexterm zone="ch-system-systemd systemd-ask-password">
<primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
</indexterm>
@@ -487,8 +490,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-cgls">
<term><command>systemd-cgls</command></term>
<listitem>
- <para>Recursively shows the contents of the selected Linux control group
- hierarchy in a tree</para>
+ <para>Recursively shows the contents of the selected Linux control
+ group hierarchy in a tree</para>
<indexterm zone="ch-system-systemd systemd-cgls">
<primary sortas="b-systemd-cgls">systemd-cgls</primary>
</indexterm>
@@ -498,8 +501,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-cgtop">
<term><command>systemd-cgtop</command></term>
<listitem>
- <para>Shows the top control groups of the local Linux control group hierarchy,
- ordered by their CPU, memory and disk I/O load</para>
+ <para>Shows the top control groups of the local Linux control group
+ hierarchy, ordered by their CPU, memory and disk I/O load</para>
<indexterm zone="ch-system-systemd systemd-cgtop">
<primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
</indexterm>
@@ -531,7 +534,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-escape">
<term><command>systemd-escape</command></term>
<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">
<primary sortas="b-systemd-escape">systemd-escape</primary>
</indexterm>
@@ -551,8 +555,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-inhibit">
<term><command>systemd-inhibit</command></term>
<listitem>
- <para>Used to execute a program with a shutdown, sleep or idle inhibitor lock
- taken</para>
+ <para>Used to execute a program with a shutdown, sleep or idle
+ inhibitor lock taken</para>
<indexterm zone="ch-system-systemd systemd-inhibit">
<primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
</indexterm>
@@ -562,9 +566,9 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-machine-id-setup">
<term><command>systemd-machine-id-setup</command></term>
<listitem>
- <para>Used by system installer tools to initialize the machine ID stored in
- <filename>/etc/machine-id</filename> at install time with a randomly
- generated ID</para>
+ <para>Used by system installer tools to initialize the machine ID
+ stored in <filename>/etc/machine-id</filename> at install time with a
+ randomly generated ID</para>
<indexterm zone="ch-system-systemd systemd-machine-id-setup">
<primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary>
</indexterm>
@@ -574,8 +578,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-notify">
<term><command>systemd-notify</command></term>
<listitem>
- <para>Used by daemon scripts to notify the init system about status changes
- </para>
+ <para>Used by daemon scripts to notify the init system about status
+ changes</para>
<indexterm zone="ch-system-systemd systemd-notify">
<primary sortas="b-systemd-notify">systemd-notify</primary>
</indexterm>
@@ -585,7 +589,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-nspawn">
<term><command>systemd-nspawn</command></term>
<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">
<primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
</indexterm>
@@ -602,11 +607,22 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
</listitem>
</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">
<term><command>systemd-run</command></term>
<listitem>
- <para>Used to create and start a transient .service or a .scope unit and
- run the specified command in it</para>
+ <para>Used to create and start a transient .service or a .scope unit
+ and run the specified command in it</para>
<indexterm zone="ch-system-systemd systemd-run">
<primary sortas="b-systemd-run">systemd-run</primary>
</indexterm>
@@ -626,8 +642,9 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
<varlistentry id="systemd-tmpfiles">
<term><command>systemd-tmpfiles</command></term>
<listitem>
- <para>Creates, deletes and cleans up volatile and temporary files and directories,
- based on the configuration file format and location specified in
+ <para>Creates, deletes and cleans up volatile and temporary files and
+ directories, based on the configuration file format and location
+ specified in
<filename class="directory">tmpfiles.d</filename> directories</para>
<indexterm zone="ch-system-systemd systemd-tmpfiles">
<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">
<term><command>telinit</command></term>
<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">
<primary sortas="b-telinit">telinit</primary>
</indexterm>
diff --git a/general.ent b/general.ent
index 5d794f82c..c20363cb1 100644
--- a/general.ent
+++ b/general.ent
@@ -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 releasedate "February 9, 2016">
+<!ENTITY releasedate "February 13, 2016">
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.9">
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index f772dafaf..4e7d82948 100644
--- a/packages.ent
+++ b/packages.ent
@@ -525,13 +525,13 @@
<!ENTITY shadow-ch6-du "43 MB">
<!ENTITY shadow-ch6-sbu "0.2 SBU">
-<!ENTITY systemd-version "228">
-<!ENTITY systemd-size "3,280 KB">
+<!ENTITY systemd-version "229">
+<!ENTITY systemd-size "3,844 KB">
<!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-ch6-du "990 MB">
-<!ENTITY systemd-ch6-sbu "5.3 SBU">
+<!ENTITY systemd-ch6-du "1,008 MB">
+<!ENTITY systemd-ch6-sbu "4.6 SBU">
<!ENTITY tar-version "1.28">
<!ENTITY tar-size "1,921 KB">
diff --git a/patches.ent b/patches.ent
index 05a2a9eac..a350fbe78 100644
--- a/patches.ent
+++ b/patches.ent
@@ -47,5 +47,5 @@
<!ENTITY readline-fixes-patch-size "8 KB">
<!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">