Have DBus use the same machine-id file as Systemd

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10187 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2013-03-03 19:34:48 +00:00
parent 323c6723c9
commit ab6f6bb677
2 changed files with 10 additions and 2 deletions

View File

@ -39,6 +39,10 @@
<listitem>
<para>2013-03-03</para>
<itemizedlist>
<listitem>
<para>[matthew] - Have DBus use the same
<filename>machine-id</filename> file as Systemd.</para>
</listitem>
<listitem>
<para>[matthew] - Improve the tagging and placement of some post
install instructions for DBus and Systemd. Thanks to Pierre Labastie

View File

@ -78,8 +78,12 @@
<para>Install the package:</para>
<screen><userinput>make install
dbus-uuidgen --ensure</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen>
<para>Create a symlink, so that DBus and Systemd can use the same
<filename>machine-id</filename> file:</para>
<screen><userinput>ln -s /etc/machine-id /var/lib/dbus</userinput></screen>
</sect2>