Author: renodr
Date: Fri Jan 22 18:10:21 2021
New Revision: 24130

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

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/systemd-units/ChangeLog
   trunk/systemd-units/blfs/units/rpcbind.socket

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Jan 22 17:00:26 2021        (r24129)
+++ trunk/BOOK/general.ent      Fri Jan 22 18:10:21 2021        (r24130)
@@ -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";>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 22 17:00:26 
2021        (r24129)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 22 18:10:21 
2021        (r24130)
@@ -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>

Modified: trunk/systemd-units/ChangeLog
==============================================================================
--- trunk/systemd-units/ChangeLog       Fri Jan 22 17:00:26 2021        (r24129)
+++ trunk/systemd-units/ChangeLog       Fri Jan 22 18:10:21 2021        (r24130)
@@ -1,3 +1,6 @@
+2021-01-22 Douglas R. Reno <[email protected]>
+       * Modify the rpcbind socket to use /run instead of /var/run like other 
sockets.
+
 2021-01-05 Thomas Trepl <[email protected]>
    * Add git-daemon service.
 

Modified: trunk/systemd-units/blfs/units/rpcbind.socket
==============================================================================
--- trunk/systemd-units/blfs/units/rpcbind.socket       Fri Jan 22 17:00:26 
2021        (r24129)
+++ trunk/systemd-units/blfs/units/rpcbind.socket       Fri Jan 22 18:10:21 
2021        (r24130)
@@ -2,7 +2,7 @@
 Description=RPC Bind Server Activation Socket
 
 [Socket]
-ListenStream=/var/run/rpcbind.sock
+ListenStream=/run/rpcbind.sock
 
 [Install]
 WantedBy=sockets.target
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to