From ef25b31253d66a6fa183a516e446b4b8e4dfe607 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 23 Jan 2021 02:10:21 +0000 Subject: [PATCH] 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 --- general.ent | 2 +- introduction/welcome/changelog.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/general.ent b/general.ent index c604a0ada9..e31f379c97 100644 --- a/general.ent +++ b/general.ent @@ -84,7 +84,7 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 1377b0cbb6..09efb50ff3 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ January 22nd, 2021 + + [renodr] - Adjust the rpcbind socket to use /run instead of + the deprecated /var/run for the socket location. + [renodr] - SANE: Fix the documentation installation by specifying the correct configure switch.