aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/systemd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r--chapter06/systemd.xml23
1 files changed, 2 insertions, 21 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index c12937191..90be70f3b 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -40,31 +40,12 @@
<sect2 role="installation">
<title>Installation of systemd</title>
- <para>First, fix a build error when using Util-Linux built in
- Chapter 5:</para>
-
-<screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
-
-<!-- Not needed as of 231. -renodr
- <para>Fix a potential security issue with framebuffer devices:</para>
-
-<screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@' \
- -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
- -i src/login/70-uaccess.rules</userinput></screen>
--->
-
- <para>Disable two tests that always fail:</para>
+ <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>
-<!-- Not needed as of 232... anyone notice a pattern here? -renodr
- <para>Apply a patch to fix a security issue:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</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>
@@ -191,7 +172,7 @@ EOF</userinput></screen>
<screen><userinput remap="make">make</userinput></screen>
<para>This package has a test suite, but it can only be run after the
- package has been installed.</para>
+ package has been reinstalled in BLFS.</para>
<para>Install the package:</para>