diff options
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 \ |