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/exim | |
parent | OpenGL-based 3D visualisation tool for source control repositories. (diff) |
Change WITH_DAEMON option description.
Submitted by: George L. Yermulnik <yz@yz.kiev.ua>, Alexey V. Degtyarev <alexey@renatasystems.org>
Notes
Notes:
svn path=/head/; revision=244746
Diffstat (limited to 'mail/exim')
-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 \ |