1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Change WITH_DAEMON option description.

Submitted by:	George L. Yermulnik <yz@yz.kiev.ua>, Alexey V. Degtyarev <alexey@renatasystems.org>
This commit is contained in:
Kirill Ponomarev 2009-11-25 12:29:30 +00:00
parent 702c9aa372
commit e74a94831c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244746
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 \