[arch-commits] Commit in dovecot/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sun Nov 3 18:06:38 UTC 2019


    Date: Sunday, November 3, 2019 @ 18:06:38
  Author: demize
Revision: 522558

Set rundir to /run/dovecot instead of the default /var/run/dovecot

Otherwise systemd rejects the path as /var/run is a symlink to /run.

Fixes FS#64117.

Modified:
  dovecot/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 18:03:05 UTC (rev 522557)
+++ PKGBUILD	2019-11-03 18:06:38 UTC (rev 522558)
@@ -70,6 +70,7 @@
     --sbindir=/usr/bin \
     --localstatedir=/var \
     --libexecdir=/usr/lib \
+    --with-rundir=/run/dovecot \
     --with-moduledir=/usr/lib/dovecot/modules \
     --with-systemdsystemunitdir=/usr/lib/systemd/system \
     --disable-static \



More information about the arch-commits mailing list