diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /mail/exim/files/patch-src::configure.default | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'mail/exim/files/patch-src::configure.default')
-rw-r--r-- | mail/exim/files/patch-src::configure.default | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/mail/exim/files/patch-src::configure.default b/mail/exim/files/patch-src::configure.default deleted file mode 100644 index 24bf1df70d9d..000000000000 --- a/mail/exim/files/patch-src::configure.default +++ /dev/null @@ -1,42 +0,0 @@ ---- src/configure.default.orig Wed May 5 12:08:35 2004 -+++ src/configure.default Wed May 5 15:09:40 2004 -@@ -153,6 +153,8 @@ - # as if it were a normal user. This isn't usually a problem, as most sites have - # an alias for root that redirects such mail to a human administrator. - -+exim_user = XX_EXIM_USER_XX -+exim_group = XX_EXIM_GROUP_XX - never_users = root - - -@@ -412,7 +414,8 @@ - allow_fail - allow_defer - data = ${lookup{$local_part}lsearch{SYSTEM_ALIASES_FILE}} --# user = exim -+ user = XX_EXIM_USER_XX -+ group = XX_EXIM_GROUP_XX - file_transport = address_file - pipe_transport = address_pipe - -@@ -454,6 +457,7 @@ - file_transport = address_file - pipe_transport = address_pipe - reply_transport = address_reply -+ condition = ${if exists{$home/.forward} {yes} {no} } - - - # This router matches local user mailboxes. If the router fails, the error -@@ -506,8 +510,10 @@ - delivery_date_add - envelope_to_add - return_path_add --# group = mail --# mode = 0660 -+ group = XX_EXIM_GROUP_XX -+ user = $local_part -+ mode = 0660 -+ no_mode_fail_narrower - - - # This transport is used for handling pipe deliveries generated by alias or |