aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/acl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/acl.xml')
-rw-r--r--chapter06/acl.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml
index 9dbc1b2a8..7d448c121 100644
--- a/chapter06/acl.xml
+++ b/chapter06/acl.xml
@@ -59,11 +59,15 @@
<para>Prepare Acl for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
+<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \
--bindir=/bin \
--disable-static \
--libexecdir=/usr/lib</userinput></screen>
+<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \
+ --disable-static \
+ --libexecdir=/usr/lib</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>