Author: renodr
Date: Fri Jan 22 18:47:20 2021
New Revision: 24131

Log:
Dovecot: set the runtime dir to /run instead of the deprecated /var/run

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/mail/dovecot.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 22 18:10:21 
2021        (r24130)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 22 18:47:20 
2021        (r24131)
@@ -44,6 +44,10 @@
     <listitem>
       <para>January 22nd, 2021</para>
       <itemizedlist>
+        <listitem>
+          <para>[renodr] - Adjust dovecot to use /run/dovecot for it's runtime
+          files instead of the deprecated /var/run.</para>
+        </listitem>
         <listitem revision="systemd">
           <para>[renodr] - Adjust the rpcbind socket to use /run instead of 
           the deprecated /var/run for the socket location.</para>

Modified: trunk/BOOK/server/mail/dovecot.xml
==============================================================================
--- trunk/BOOK/server/mail/dovecot.xml  Fri Jan 22 18:10:21 2021        (r24130)
+++ trunk/BOOK/server/mail/dovecot.xml  Fri Jan 22 18:47:20 2021        (r24131)
@@ -139,6 +139,7 @@
 ./configure --prefix=/usr                          \
             --sysconfdir=/etc                      \
             --localstatedir=/var                   \
+            --rundir=/run                          \
             --docdir=/usr/share/doc/dovecot-&dovecot-version; \
             --disable-static &amp;&amp;
 make</userinput></screen>
@@ -148,6 +149,7 @@
 ./configure --prefix=/usr                          \
             --sysconfdir=/etc                      \
             --localstatedir=/var                   \
+            --rundir=/run                          \
             --docdir=/usr/share/doc/dovecot-&dovecot-version; \
             --disable-static                       \
             --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
-- 
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