[arch-commits] Commit in exim/trunk (PKGBUILD exim.Makefile exim.service)

Felix Yan felixonmars at archlinux.org
Mon Dec 30 20:21:19 UTC 2019


    Date: Monday, December 30, 2019 @ 20:21:17
  Author: felixonmars
Revision: 544969

upgpkg: exim 4.93-2

fix pid file path (FS#64480)

Modified:
  exim/trunk/PKGBUILD
  exim/trunk/exim.Makefile
  exim/trunk/exim.service

---------------+
 PKGBUILD      |    6 +++---
 exim.Makefile |    2 +-
 exim.service  |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-30 20:20:25 UTC (rev 544968)
+++ PKGBUILD	2019-12-30 20:21:17 UTC (rev 544969)
@@ -6,7 +6,7 @@
 
 pkgname=exim
 pkgver=4.93
-pkgrel=1
+pkgrel=2
 pkgdesc='Message Transfer Agent'
 arch=('x86_64')
 url='https://www.exim.org/'
@@ -30,9 +30,9 @@
             'SKIP'
             'a91c6a9e5b3ac9d143741dba01e11616812ba44c3a8c768c8232364026460f0b8fdeeb120a2f2b86742a6e3ebbfc9d6335b86d108b044e43108b4a6f0374c9ad'
             'd8e3b466e0bba8175cfe762058dec49018495a260aa5efd139f4ef435284c305958cbd7fc514e81042146368b749ae38f0bf276fc0b4b91918ef33126900aa81'
-            'f52c7c32e70977ef14d6615e79beb813db3c3ef319985060a1b4bfd1ef3a547b7adedbf7f2f63058f677061f972d52d34743b8ff0daa6c48e02e2364023e5df8'
+            '107a30691c961e511a6ae86282c41e4d3dfac771f4a30295a0bdfd1b9229c38272aaabf38321707f3c6b235dc749b6fcb56a1cf732c97f01830e5e8348feaf8d'
             'dc28698f15e8eaa4614ae81fc8cb76d92fed1110ce02f7a6ee8feace418dbb194711eb2d4dd444cf818628c11721e21d80b7b974879ab6ddd78cc717cce17c2f'
-            'e2fc3966c320460a26fbbf83e98df725587dc126dfe9d7a84c3285eb4b22a061b30499425c70f3d73cf13aa81c194274004efd20ce1316836463b982117909f8'
+            'b3c3b18652df435cb87d647cfd4f19e182fbf12b0b56f9c91f72b27ae5a819fb3d8c4c25445c5a3c184f70a0c181925fabda891f2057b8a917070d6c40529b8d'
             '11c8133ee15b3e5193c9b1c59aed66c81b6e045dd23310bede9fcde6c88905db5ef08afdb798b53b75a7465915ea1247e980edf95db07a7f9b7bb58ce95fbb5a'
             'db621116907ceb573e6f34581f47c91f751bff593054d7ddc32397b34c7f2405bec184bdb0589d2ac457fa3a61bcba072761e3a6293a99c9c764d2d9fd6069ae'
             '4a233761793e3510e9efa5aad3a6098c41b757f13133a7ea825680f2b393aba8d7935f16bf1dd065dde884fe7ba45639a8d398333a7d9bf0a6b72f88c8f2a09d'

Modified: exim.Makefile
===================================================================
--- exim.Makefile	2019-12-30 20:20:25 UTC (rev 544968)
+++ exim.Makefile	2019-12-30 20:21:17 UTC (rev 544969)
@@ -1419,7 +1419,7 @@
 # (process id) to a file so that it can easily be identified. The path of the
 # file can be specified here. Some installations may want something like this:
 
-PID_FILE_PATH=/var/run/exim.pid
+PID_FILE_PATH=/run/exim.pid
 
 # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
 # using the name "exim-daemon.pid".

Modified: exim.service
===================================================================
--- exim.service	2019-12-30 20:20:25 UTC (rev 544968)
+++ exim.service	2019-12-30 20:21:17 UTC (rev 544969)
@@ -2,7 +2,7 @@
 Description=Exim Mail Daemon
 
 [Service]
-PIDFile=/var/run/exim.pid
+PIDFile=/run/exim.pid
 ExecStart=/usr/bin/exim -bdf -q30m
 ExecReload=/bin/kill -HUP $MAINPID
 



More information about the arch-commits mailing list