rpcbind: Adjust the systemd socket to use /run instead of /var/run

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24130 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2021-01-23 02:10:21 +00:00
parent 68c91fbe0e
commit ef25b31253
2 changed files with 5 additions and 1 deletions

View File

@ -84,7 +84,7 @@
<!-- End LFS versions -->
<!ENTITY blfs-bootscripts-version "20210110">
<!ENTITY systemd-units-version "20210105">
<!ENTITY systemd-units-version "20210122">
<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">

View File

@ -44,6 +44,10 @@
<listitem>
<para>January 22nd, 2021</para>
<itemizedlist>
<listitem revision="systemd">
<para>[renodr] - Adjust the rpcbind socket to use /run instead of
the deprecated /var/run for the socket location.</para>
</listitem>
<listitem>
<para>[renodr] - SANE: Fix the documentation installation by
specifying the correct configure switch.</para>