diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2004-01-12 10:56:41 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2004-01-12 10:56:41 +0000 |
commit | a0d0a1e903b31f18c42f2502ee5f8ee00c171cfa (patch) | |
tree | ca8a0e796f29285de27c1db875809bebf0abfef5 /mail/exim/files/patch-src::EDITME | |
parent | Re-add srvx 1.2.1, srvx IRC services. [1] (diff) |
1) Fix build for the WITHOUT_ALT_CONFIG_PREFIX case.
2) Allow the operator to override exim user and group with EXIM_USER and
EXIM_GROUP. This was made possible by the introduction of runtime
resolution of the exim_user UID and the exim_group GID, new in
exim-4.30.
Reported by: Phil Pennock <pdp@nl.demon.net>
Notes
Notes:
svn path=/head/; revision=97983
Diffstat (limited to 'mail/exim/files/patch-src::EDITME')
-rw-r--r-- | mail/exim/files/patch-src::EDITME | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/files/patch-src::EDITME b/mail/exim/files/patch-src::EDITME index 0bc84eea74c8..f7180f425d8c 100644 --- a/mail/exim/files/patch-src::EDITME +++ b/mail/exim/files/patch-src::EDITME @@ -1,5 +1,5 @@ --- src/EDITME.orig Mon Dec 1 12:15:41 2003 -+++ src/EDITME Tue Jan 6 12:04:13 2004 ++++ src/EDITME Mon Jan 12 12:36:43 2004 @@ -98,7 +98,7 @@ # /usr/local/sbin. The installation script will try to create this directory, # and any superior directories, if they do not exist. @@ -23,7 +23,7 @@ # discouraged. -EXIM_USER= -+EXIM_USER=ref:mailnull ++EXIM_USER=ref:XX_EXIM_USER_XX # If you specify EXIM_USER as a name, this is looked up at build time, and the # uid number is built into the binary. However, you can specify that this @@ -32,7 +32,7 @@ # you want to use a group other than the default group for the given user. -# EXIM_GROUP= -+EXIM_GROUP=mail ++EXIM_GROUP=XX_EXIM_GROUP_XX # Many sites define a user called "exim", with an appropriate default group, # and use |