summaryrefslogtreecommitdiff
path: root/mail/exim/files/patch-src::EDITME
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-12-11 12:34:54 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-12-11 12:34:54 +0000
commit06b84adc7d122c4a899061fec70d8e3b26183af9 (patch)
tree3042d055c544f6db1ec0eaccf36f07daa1be2f26 /mail/exim/files/patch-src::EDITME
parentUpdate to 1.9.5.4. (diff)
Build Exim with compile-time defaults for exim_user and exim_group.
Use the newly added mailnull user, and the now well-established group mail. The use of compile-time defaults for these values is not required for many sites, but are important for more exotic applications. This ensures that the packages are useful to the widest audience possible.
Notes
Notes: svn path=/head/; revision=51352
Diffstat (limited to 'mail/exim/files/patch-src::EDITME')
-rw-r--r--mail/exim/files/patch-src::EDITME11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/exim/files/patch-src::EDITME b/mail/exim/files/patch-src::EDITME
index 6a314acc6ec4..2e25772f2520 100644
--- a/mail/exim/files/patch-src::EDITME
+++ b/mail/exim/files/patch-src::EDITME
@@ -43,6 +43,17 @@
# In some installations there may be multiple machines sharing file systems,
+@@ -231,8 +231,8 @@
+ # "security" setting, which controls how privilege is released (setuid vs
+ # seteuid).
+
+-# EXIM_UID=
+-# EXIM_GID=
++EXIM_UID=26
++EXIM_GID=6
+
+
+ # Compiling the Exim monitor: If you want to compile the Exim monitor,
@@ -243,7 +243,7 @@
# are defaulted in the OS/Makefile-Default file, and can be overridden
# in local OS-specific make files.