diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-05-16 16:16:56 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-05-16 16:16:56 +0000 |
commit | 2ccf08663fe7e2d656eda210246545020532399d (patch) | |
tree | ba20839693434d23efee0f10dba7d34ddc9b2d51 | |
parent | Update checksum (diff) |
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>
Notes
Notes:
svn path=/head/; revision=59268
-rw-r--r-- | mail/exim-devel/files/patch-src::EDITME | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-devel/files/patch-src::EDITME b/mail/exim-devel/files/patch-src::EDITME index 498bae6cfb8c..0ed96f15c987 100644 --- a/mail/exim-devel/files/patch-src::EDITME +++ b/mail/exim-devel/files/patch-src::EDITME @@ -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". |