pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/pure-ftpd When SSL is enabled, set the hardcoded c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6071ca7fd8af
branches:  trunk
changeset: 521641:6071ca7fd8af
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Nov 15 18:09:19 2006 +0000

description:
When SSL is enabled, set the hardcoded certificate file path to
${SSLKEYS}/pure-ftpd.pem instead of /etc/ssl/private/pure-ftpd.pem.

diffstat:

 net/pure-ftpd/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 26fb38b638ff -r 6071ca7fd8af net/pure-ftpd/options.mk
--- a/net/pure-ftpd/options.mk  Wed Nov 15 15:28:21 2006 +0000
+++ b/net/pure-ftpd/options.mk  Wed Nov 15 18:09:19 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2006/05/31 18:22:25 ghen Exp $
+# $NetBSD: options.mk,v 1.7 2006/11/15 18:09:19 ghen Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pureftpd
 PKG_SUPPORTED_OPTIONS= ldap mysql pgsql ssl virtualchroot utf8
@@ -28,6 +28,7 @@
 .if !empty(PKG_OPTIONS:Mssl)
 .  include "../../security/openssl/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-tls
+CONFIGURE_ARGS+=       --with-certfile=${SSLKEYS}/pure-ftpd.pem
 .endif
 
 .if !empty(PKG_OPTIONS:Mvirtualchroot)



Home | Main Index | Thread Index | Old Index