From a0d0a1e903b31f18c42f2502ee5f8ee00c171cfa Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Mon, 12 Jan 2004 10:56:41 +0000 Subject: 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 --- mail/exim/files/patch-src::EDITME | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/exim/files/patch-src::EDITME') 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 -- cgit v1.2.3