diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/make.xml | 6 | ||||
-rw-r--r-- | chapter08/systemd.xml | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/chapter08/make.xml b/chapter08/make.xml index 04abbc695..180c6e591 100644 --- a/chapter08/make.xml +++ b/chapter08/make.xml @@ -41,12 +41,6 @@ <sect2 role="installation"> <title>Installation of Make</title> - <para>First, fix some issues identified upstream:</para> - -<screen><userinput remap="pre">sed -e '/ifdef SIGPIPE/,+2 d' \ - -e '/undef FATAL_SIG/i FATAL_SIG (SIGPIPE);' \ - -i src/main.c</userinput></screen> - <para>Prepare Make for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 5b1fc1fe5..6c844c603 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -40,12 +40,6 @@ <sect2 role="installation"> <title>Installation of systemd</title> - - <para>First, fix a security issue in systemd-coredump:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&systemd-upstream-patch;</userinput></screen> - - <para>Remove two unneeded groups, <systemitem class="groupname">render</systemitem> and <systemitem class="groupname">sgx</systemitem>, from the default udev |