summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-09-15 20:41:29 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-09-15 20:41:29 +0000
commitda04ea05fa2899d7252caa186011117d67ffb342 (patch)
tree9a19141b0dc2da22aaa9fe8c71ab69430bda08bc /ftp
parent- Update to 0.0.5 (diff)
- Switch mod_tls and mod_radius as default on
Approved by: beech on irc
Notes
Notes: svn path=/head/; revision=199530
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd-devel/Makefile4
-rw-r--r--ftp/proftpd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index 8d7fdf937321..89c196d926a0 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/Makefile
@@ -58,7 +58,7 @@ OPTIONS= IPV6 "Use IPv6" off \
LDAP_TLS "Use LDAP TLS (Requires LDAP, OPENSSL)" off\
MYSQL "Use MySQL" off \
PGSQL "Use Postgres" off \
- OPENSSL "Include mod_tls" off \
+ OPENSSL "Include mod_tls" on \
QUOTA "Include mod_quota" off \
IFSESSION "Include mod_ifsession" on \
README "Include mod_readme" on \
@@ -68,7 +68,7 @@ OPTIONS= IPV6 "Use IPv6" off \
WRAP "Include mod_wrap2" on \
WRAP_FILE "Include mod_wrap2_file" off \
WRAP_SQL "Include mod_wrap2_sql" off \
- RADIUS "Include mod_radius" off \
+ RADIUS "Include mod_radius" on \
QUOTATAB_RADIUS "include mod_quotatab_radius" off \
BAN "Include mod_ban (Requires CTRLS)" off \
NLS "Use nls (builds mod_lang)" off \
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 8d7fdf937321..89c196d926a0 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -58,7 +58,7 @@ OPTIONS= IPV6 "Use IPv6" off \
LDAP_TLS "Use LDAP TLS (Requires LDAP, OPENSSL)" off\
MYSQL "Use MySQL" off \
PGSQL "Use Postgres" off \
- OPENSSL "Include mod_tls" off \
+ OPENSSL "Include mod_tls" on \
QUOTA "Include mod_quota" off \
IFSESSION "Include mod_ifsession" on \
README "Include mod_readme" on \
@@ -68,7 +68,7 @@ OPTIONS= IPV6 "Use IPv6" off \
WRAP "Include mod_wrap2" on \
WRAP_FILE "Include mod_wrap2_file" off \
WRAP_SQL "Include mod_wrap2_sql" off \
- RADIUS "Include mod_radius" off \
+ RADIUS "Include mod_radius" on \
QUOTATAB_RADIUS "include mod_quotatab_radius" off \
BAN "Include mod_ban (Requires CTRLS)" off \
NLS "Use nls (builds mod_lang)" off \