diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-06-17 08:53:12 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-06-17 08:53:12 +0000 |
commit | 6aa723379a0c6c8b826cb505c5b2d52df2565a62 (patch) | |
tree | b6f0ab96ed26c5dbca31844ac0d6ca6624de054c /mail/exim-old/files/Makefile | |
parent | Work around the way odd shells sabotage exim's arch-type script. (diff) |
Bump "Version required".
Sync our customized files/Makefile with exim's src/EDITME, whence it
comes.
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/files/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/exim-old/files/Makefile b/mail/exim-old/files/Makefile index 07e6066e2acf..8f112eafdb2c 100644 --- a/mail/exim-old/files/Makefile +++ b/mail/exim-old/files/Makefile @@ -311,12 +311,6 @@ LOOKUP_LSEARCH=yes # then whichever of the two options it does have is added to the file name, # whether obtained from PID_FILE_PATH or by default. -# If you set PID_FILE_PATH, then it is your responsibility to ensure that -# Exim is capable of writing to the relevant files. If you have defined -# EXIM_UID and EXIM_GID above, then that uid/gid combination must be able to -# create and write to the files. If the attempt to open the file fails, Exim -# just refrains from trying to write the data. - # The pid file path does not have to be set here; it can be also be set by an # option in the runtime configuration file, which takes precedence over any # setting here. |