pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Add two new pure-ftpd variables:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ca8b26f270e
branches: trunk
changeset: 461760:0ca8b26f270e
user: salo <salo%pkgsrc.org@localhost>
date: Sat Sep 20 16:56:10 2003 +0000
description:
Add two new pure-ftpd variables:
PURE_FTPD_USE_TLS, PURE_FTPD_USE_VIRTUAL_CHROOT
diffstat:
mk/bsd.pkg.defaults.mk | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 4ebb0ada59d9 -r 0ca8b26f270e mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk Sat Sep 20 16:39:33 2003 +0000
+++ b/mk/bsd.pkg.defaults.mk Sat Sep 20 16:56:10 2003 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index