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 | |
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.
-rw-r--r-- | mail/exim-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/exim-devel/files/Makefile | 6 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 4 | ||||
-rw-r--r-- | mail/exim-old/files/Makefile | 6 | ||||
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/files/Makefile | 6 |
6 files changed, 6 insertions, 24 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 87dc26d44432..a944b0fd2a9c 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: exim -# Version required: 2.12 +# Version required: 3.02 # Date created: 23 June 1996 # Whom: markm@FreeBSD.ORG # -# $Id: Makefile,v 1.31 1999/06/16 02:55:31 simokawa Exp $ +# $Id: Makefile,v 1.32 1999/06/17 08:46:27 sheldonh Exp $ # DISTNAME= exim-3.02 diff --git a/mail/exim-devel/files/Makefile b/mail/exim-devel/files/Makefile index 07e6066e2acf..8f112eafdb2c 100644 --- a/mail/exim-devel/files/Makefile +++ b/mail/exim-devel/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. diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 87dc26d44432..a944b0fd2a9c 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: exim -# Version required: 2.12 +# Version required: 3.02 # Date created: 23 June 1996 # Whom: markm@FreeBSD.ORG # -# $Id: Makefile,v 1.31 1999/06/16 02:55:31 simokawa Exp $ +# $Id: Makefile,v 1.32 1999/06/17 08:46:27 sheldonh Exp $ # DISTNAME= exim-3.02 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. diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 87dc26d44432..a944b0fd2a9c 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: exim -# Version required: 2.12 +# Version required: 3.02 # Date created: 23 June 1996 # Whom: markm@FreeBSD.ORG # -# $Id: Makefile,v 1.31 1999/06/16 02:55:31 simokawa Exp $ +# $Id: Makefile,v 1.32 1999/06/17 08:46:27 sheldonh Exp $ # DISTNAME= exim-3.02 diff --git a/mail/exim/files/Makefile b/mail/exim/files/Makefile index 07e6066e2acf..8f112eafdb2c 100644 --- a/mail/exim/files/Makefile +++ b/mail/exim/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. |