diff options
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 71c0e0b04..e4b1909fc 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -42,13 +42,21 @@ <para>Now prepare procps-ng for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ +<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \ --exec-prefix= \ --libdir=/usr/lib \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ --disable-static \ --disable-kill</userinput></screen> +<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \ + --exec-prefix= \ + --libdir=/usr/lib \ + --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ + --disable-static \ + --disable-kill \ + --with-systemd</userinput></screen> + <variablelist> <title>The meaning of the configure options:</title> |