aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/createfiles.xml4
-rw-r--r--chapter07/util-linux.xml12
2 files changed, 13 insertions, 3 deletions
diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml
index c5cc7710a..1ae5ef12b 100644
--- a/chapter07/createfiles.xml
+++ b/chapter07/createfiles.xml
@@ -19,7 +19,7 @@
</indexterm>
<indexterm zone="ch-tools-createfiles">
- <primary sortas="e-/var/run/utmp">/var/run/utmp</primary>
+ <primary sortas="e-/run/utmp">/run/utmp</primary>
</indexterm>
<indexterm zone="ch-tools-createfiles">
@@ -69,7 +69,7 @@ EOF</userinput></screen>
<literal>root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/dev/null:/bin/false
daemon:x:6:6:Daemon User:/dev/null:/bin/false
-messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false
+messagebus:x:18:18:D-Bus Message Daemon User:/run/dbus:/bin/false
systemd-bus-proxy:x:72:72:systemd Bus Proxy:/:/bin/false
systemd-journal-gateway:x:73:73:systemd Journal Gateway:/:/bin/false
systemd-journal-remote:x:74:74:systemd Journal Remote:/:/bin/false
diff --git a/chapter07/util-linux.xml b/chapter07/util-linux.xml
index a598cb4bc..7c11642fe 100644
--- a/chapter07/util-linux.xml
+++ b/chapter07/util-linux.xml
@@ -58,7 +58,8 @@
--disable-runuser \
--disable-pylibmount \
--disable-static \
- --without-python</userinput></screen>
+ --without-python \
+ runstatedir=/run</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -90,6 +91,15 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>runstatedir=/run</parameter></term>
+ <listitem>
+ <para>This switch sets the location of the socket used by
+ <command>uuidd</command> and
+ <filename class="libraryfile">libuuid</filename> correctly.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<para>Compile the package:</para>