aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2017-07-21 00:04:13 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2017-07-21 00:04:13 +0000
commit872899fe2c4891926509a857db19d02fb566cb66 (patch)
tree3f25bb1a7abf4d024d9fdd956acd86ddfa700f56
parent20483d86bb433013a889f579b31c12d9e669064d (diff)
Remove the rest of the test suite stuff from the systemd package.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11272 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/systemd.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 90be70f3b..e1b9c0b2d 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -40,12 +40,6 @@
<sect2 role="installation">
<title>Installation of systemd</title>
- <para>First, disable two tests that always fail:</para>
-
-<screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@' \
- -e 's@test-copy$(EXEEXT) @@' \
- -i Makefile.in</userinput></screen>
-
<para>Create a file to allow systemd to build when using Util-Linux
built in Chapter 5, to disable LTO by default, and to build without
xlstproc:</para>
@@ -196,25 +190,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>
<screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen>
- <para>Since the testsuite largely depends on the host system kernel
- configuration, some tests may fail. It also needs a modification in
- order not to look for a program that will be installed by Util-Linux
- package later in this chapter. To test the results, issue:</para>
-
-<screen><userinput remap="test">sed -i "s:minix:ext4:g" src/test/test-path-util.c
-make -k check</userinput></screen>
-
</sect2>
<sect2 id="contents-systemd" role="content">