1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Exim4 uses a different strategy for pidfile creation and naming, in

which %s isn't a required component of the pidfile pathname.  Also,
I was using /var/lock instead of /var/run, so kill two birds with
one stone, using /var/run/exim.pid.

PR:		ports/37947
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
This commit is contained in:
Sheldon Hearn 2002-05-16 16:16:56 +00:00
parent 1ff93b0f49
commit 2ccf08663f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59268

View File

@ -97,7 +97,7 @@
# file can be specified here. Some installations may want something like this:
-# PID_FILE_PATH=/var/lock/exim.pid
+PID_FILE_PATH=/var/lock/exim%s.pid
+PID_FILE_PATH=/var/run/exim.pid
# If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
# using the name "exim-daemon.pid".