diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2009-11-25 12:29:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2009-11-25 12:29:30 +0000 |
commit | e74a94831c10041dbf1f1706a4de894437fe1075 (patch) | |
tree | a40bdc4b38862bd5885205aa4cf8f7fac8fe5f7d /mail | |
parent | 702c9aa3724e4634c42abc7f4009a058519c5f25 (diff) | |
download | ports-e74a94831c10041dbf1f1706a4de894437fe1075.tar.gz ports-e74a94831c10041dbf1f1706a4de894437fe1075.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile.options | 2 | ||||
-rw-r--r-- | mail/exim/options | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile.options b/mail/exim/Makefile.options index 0dbc9d2e863b..a7b029c253c9 100644 --- a/mail/exim/Makefile.options +++ b/mail/exim/Makefile.options @@ -17,7 +17,7 @@ AUTH_DOVECOT = "Enable Dovecot authentication mechanisms" AUTH_PLAINTEXT = "Enalbe plaintext authentication" AUTH_SPA = "Enable Secure Password Authentication" CDB = "Enable CDB-style lookups" -DAEMON = "Don't install scripts to run as a daemon" +DAEMON = "Install scripts to run as a daemon" DNSDB = "Enable DNS-style lookups" DSEARCH = "Enable directory-list lookups" EMBEDDED_PERL = "Enable embedded Perl interpreter" diff --git a/mail/exim/options b/mail/exim/options index ff1035d40218..f6619e8a4db7 100644 --- a/mail/exim/options +++ b/mail/exim/options @@ -8,7 +8,7 @@ OPTIONS+= \ AUTH_SPA "Enable Secure Password Authentication" on \ CDB "Enable CDB-style lookups" on \ CONTENT_SCAN "Enable exiscan email content scanner" off \ - DAEMON "Don't install scripts to run as a daemon" on \ + DAEMON "Install scripts to run as a daemon" on \ DCC "Enable DCC at ACL support via dccifd" off \ DEBUG "Build with debugging symbols" off \ DNSDB "Enable DNS-style lookups" on \ |