diff options
Diffstat (limited to 'chapter08/procps.xml')
-rw-r--r-- | chapter08/procps.xml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/chapter08/procps.xml b/chapter08/procps.xml index 20a6be096..7fc74f587 100644 --- a/chapter08/procps.xml +++ b/chapter08/procps.xml @@ -67,18 +67,9 @@ <para>Compile the package:</para> -<screen><userinput remap="make">make</userinput></screen> -<!-- - <para>The test suite needs some custom modifications for LFS. - Remove a test that fails when scripting does not use a tty device and - fix two others. - To run the test suite, run the following commands:</para> - -<screen><userinput remap="test">sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp -sed -i '/set tty/d' testsuite/pkill.test/pkill.exp -rm testsuite/pgrep.test/pgrep.exp -make check</userinput></screen> ---> +<screen revision='sysv'><userinput remap="make">make</userinput></screen> +<screen revision='systemd'><userinput remap="make">make src_w_LDADD='$(LDADD) -lsystemd'</userinput></screen> + <para> To run the test suite, run:</para> <screen><userinput remap="test">make check</userinput></screen> |