FreeBSD Bugzilla – Attachment 31893 Details for
Bug 52952
mail/exim: add option to enable wildlsearch lookup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
exim-wildlsearch.diff
exim-wildlsearch.diff (text/plain), 599 bytes, created by
Tim Bishop
on 2003-06-04 22:20:07 UTC
(
hide
)
Description:
exim-wildlsearch.diff
Filename:
MIME Type:
Creator:
Tim Bishop
Created:
2003-06-04 22:20:07 UTC
Size:
599 bytes
patch
obsolete
>diff -ruN exim/Makefile exim.new/Makefile >--- exim/Makefile Mon Jun 2 14:17:43 2003 >+++ exim.new/Makefile Wed Jun 4 21:59:17 2003 >@@ -141,6 +141,9 @@ > #WITHOUT_DSEARCH= yes > #WITHOUT_NIS= yes > # >+# Define to enable wildcard lsearches >+#WITH_WILDLSEARCH= yes >+# > # Disable support for the LMTP (RFC 2033 "SMTP over command pipe") > # transport. > #WITHOUT_LMTP >@@ -326,6 +329,10 @@ > > .if !defined(WITHOUT_NIS) > SEDLIST+= -e 's,^\# LOOKUP_NIS=,LOOKUP_NIS=,' >+.endif >+ >+.if defined(WITH_WILDLSEARCH) >+SEDLIST+= -e 's,^\# LOOKUP_WILDLSEARCH=,LOOKUP_WILDLSEARCH=,' > .endif > > .if !defined(WITHOUT_LMTP)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52952
: 31893