diff options
author | krion <krion@FreeBSD.org> | 2009-11-25 20:29:30 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2009-11-25 20:29:30 +0800 |
commit | d03f844d89f8fcc1583d44bc158a6b214d2e9c6c (patch) | |
tree | 9d14201595445c24d99c04cf9e3a3a3403d39f87 /mail/exim | |
parent | dbb1e428ba0ba2fdc6f289d1d08b01899281d0b7 (diff) | |
download | freebsd-ports-gnome-d03f844d89f8fcc1583d44bc158a6b214d2e9c6c.tar.gz freebsd-ports-gnome-d03f844d89f8fcc1583d44bc158a6b214d2e9c6c.tar.zst freebsd-ports-gnome-d03f844d89f8fcc1583d44bc158a6b214d2e9c6c.zip |
Change WITH_DAEMON option description.
Submitted by: George L. Yermulnik <yz@yz.kiev.ua>, Alexey V. Degtyarev <alexey@renatasystems.org>
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 \ |