summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-09-20 16:56:10 +0000
committersalo <salo@pkgsrc.org>2003-09-20 16:56:10 +0000
commitca049eaf29cdf223c3264ae7be95f8a37620d8d7 (patch)
treed6c72b76b2898f331160539affb830fa6e3ec4e7 /mk
parentda1bc56e305e9abe89e72dfc20b0e46075cbae2a (diff)
downloadpkgsrc-ca049eaf29cdf223c3264ae7be95f8a37620d8d7.tar.gz
Add two new pure-ftpd variables:
PURE_FTPD_USE_TLS, PURE_FTPD_USE_VIRTUAL_CHROOT
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk13
1 files changed, 12 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index f7de697ac8a..41d6cf1feb2 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.185 2003/09/15 16:12:33 jmmv Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.186 2003/09/20 16:56:10 salo Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1580,6 +1580,17 @@ PURE_FTPD_USE_PGSQL?= NO
# Possible: YES, NO
# Default: NO
+PURE_FTPD_USE_TLS?= NO
+# Compile in SSL/TLS support.
+# Possible: YES, NO
+# Default: NO
+
+PURE_FTPD_USE_VIRTUAL_CHROOT?= NO
+# Compile in virtual chroot support (enables the ability
+# to follow symlinks outside a chroot jail).
+# Possible: YES, NO
+# Default: NO
+
#SAMBA_USE_LDAP=YES
# Add support for LDAP.
# Possible: YES, not defined