diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-12 21:04:48 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-12 21:04:48 +0000 |
commit | 9e7475a6c30cbc40d2cf69118ea65d682189b091 (patch) | |
tree | 0fcb373ca419a2f077f38c9eee6c452cc4cd86bf /chapter08/dbus.xml | |
parent | a3d0817020eee2b1ea6ebfe10f3a0ea9e26829be (diff) |
Updates to chapter09 for systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11929 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/dbus.xml')
-rw-r--r-- | chapter08/dbus.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter08/dbus.xml b/chapter08/dbus.xml index 0b06ad3e0..211399207 100644 --- a/chapter08/dbus.xml +++ b/chapter08/dbus.xml @@ -63,7 +63,7 @@ <varlistentry> <term><parameter>--with-console-auth-dir=/run/console</parameter></term> <listitem> - <para>This specifies the location of the ConsoleKit auth + <para>This specifies the location of the ConsoleKit authorization directory.</para> </listitem> </varlistentry> @@ -91,7 +91,7 @@ <screen><userinput remap="install">mv -v /usr/lib/libdbus-1.so.* /lib ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen> - <para>Create a symlink, so that D-Bus and systemd can use the same + <para>Create a symlink so that D-Bus and systemd can use the same <filename>machine-id</filename> file:</para> <screen><userinput remap="install">ln -sfv /etc/machine-id /var/lib/dbus</userinput></screen> @@ -130,7 +130,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri <varlistentry id="dbus-cleanup-sockets"> <term><command>dbus-cleanup-sockets</command></term> <listitem> - <para>Used to clean up leftover sockets in a directory</para> + <para>is used to remove leftover sockets in a directory</para> <indexterm zone="ch-system-dbus dbus-cleanup-sockets"> <primary sortas="b-dbus-cleanup-sockets">dbus-cleanup-sockets</primary> </indexterm> @@ -140,7 +140,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri <varlistentry id="dbus-daemon"> <term><command>dbus-daemon</command></term> <listitem> - <para>The D-Bus message bus daemon</para> + <para>Is the D-Bus message bus daemon</para> <indexterm zone="ch-system-dbus dbus-daemon"> <primary sortas="b-dbus-daemon">dbus-daemon</primary> </indexterm> @@ -193,7 +193,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</useri <varlistentry id="dbus-test-tool"> <term><command>dbus-test-tool</command></term> <listitem> - <para>A tool to help packages test + <para>Is a tool to help packages test <application>D-Bus</application></para> <indexterm zone="ch-system-dbus dbus-test-tool"> <primary sortas="b-dbus-test-tool">dbus-test-tool</primary> |