summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-19 23:03:53 +0000
committerjlam <jlam@pkgsrc.org>2002-11-19 23:03:53 +0000
commit05234b75b251dae67e19d7de5027cdc48d44bb01 (patch)
tree1f7b8cbc866763941f4d59f3e70a8c3ecb38e5c3 /www
parent8ac1049908cc3686a7da1a5c83fdb3390044af73 (diff)
downloadpkgsrc-05234b75b251dae67e19d7de5027cdc48d44bb01.tar.gz
Bump PKGREVISION of ap-ssl: no longer install apache_start.conf; Apache/SSL
users should just add: apache_start="startssl" to /etc/rc.conf.
Diffstat (limited to 'www')
-rw-r--r--www/ap-ssl/MESSAGE16
-rw-r--r--www/ap-ssl/Makefile7
-rw-r--r--www/ap-ssl/PLIST3
-rw-r--r--www/ap-ssl/files/apache_start.conf5
4 files changed, 16 insertions, 15 deletions
diff --git a/www/ap-ssl/MESSAGE b/www/ap-ssl/MESSAGE
index 0ce96677497..1d5a1cabb69 100644
--- a/www/ap-ssl/MESSAGE
+++ b/www/ap-ssl/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:45 wiz Exp $
+$NetBSD: MESSAGE,v 1.4 2002/11/19 23:03:53 jlam Exp $
You will need to generate certificates and keys for your server before
Apache will start with mod_ssl support. Please read
@@ -8,11 +8,19 @@ Apache will start with mod_ssl support. Please read
for more information on how to do this.
-In order to start Apache with mod_ssl support, you need to run Apache
-with "apachectl startssl" instead of "apachectl start". The SSL-specific
-configuration parts of the default httpd.conf are bracketed by:
+The SSL-specific configuration parts of the default httpd.conf are
+bracketed by:
<IfDefine SSL>
</IfDefine>
+In order to start Apache with mod_ssl support, you need to run Apache
+with "apachectl startssl" instead of "apachectl start". This may be done
+by adding:
+
+ apache=YES
+ apache_start="startssl"
+
+to /etc/rc.conf.
+
===========================================================================
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile
index c0bdb06a547..4eac9b11ff1 100644
--- a/www/ap-ssl/Makefile
+++ b/www/ap-ssl/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2002/11/18 08:15:19 martti Exp $
+# $NetBSD: Makefile,v 1.65 2002/11/19 23:03:53 jlam Exp $
DISTNAME= mod_ssl-2.8.12-1.3.27
PKGNAME= ap-ssl-2.8.12
+PKGREVISION= 1
CATEGORIES= www security
MASTER_SITES= http://www.modssl.org/source/ \
ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/ \
@@ -27,6 +28,7 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
MAKE_ENV+= SSL_RPATH_LDFLAGS="-R${SSLBASE}/lib"
.endif
+PKG_SYSCONFVAR= apache
PKG_SYSCONFSUBDIR?= httpd
EGDIR= ${PREFIX}/share/examples/mod_ssl
@@ -37,8 +39,6 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/ssl.prm
OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/ssl.key \
${ROOT_USER} ${ROOT_GROUP} 0700
-CONF_FILES= ${EGDIR}/apache_start.conf \
- ${PKG_SYSCONFDIR}/apache_start.conf
SUPPORT_FILES= # empty
SUPPS= ssl.crl/Makefile.crl ssl.crl/README.CRL \
ssl.crt/Makefile.crt ssl.crt/README.CRT \
@@ -75,7 +75,6 @@ post-install:
cd ${PREFIX}/lib/httpd; ${MV} -f libssl.so mod_ssl.so
cd ${WRKSRC}/pkg.sslsup; ${INSTALL_SCRIPT} mkcert.sh \
${PREFIX}/sbin/mkcert
- ${INSTALL_DATA} ${FILESDIR}/apache_start.conf ${EGDIR}
${INSTALL_DATA_DIR} ${PREFIX}/share/httpd/htdocs/manual/mod/mod_ssl
cd ${WRKSRC}/pkg.ssldoc; ${INSTALL_DATA} *.html *.gif *.jpg \
diff --git a/www/ap-ssl/PLIST b/www/ap-ssl/PLIST
index 83b264bbe7a..3e0bdcf5b2e 100644
--- a/www/ap-ssl/PLIST
+++ b/www/ap-ssl/PLIST
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:16:00 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/11/19 23:03:53 jlam Exp $
lib/httpd/mod_ssl.so
sbin/mkcert
share/doc/mod_ssl/README.mkcert
-share/examples/mod_ssl/apache_start.conf
share/examples/mod_ssl/ssl.crl/Makefile.crl
share/examples/mod_ssl/ssl.crl/README.CRL
share/examples/mod_ssl/ssl.crt/Makefile.crt
diff --git a/www/ap-ssl/files/apache_start.conf b/www/ap-ssl/files/apache_start.conf
deleted file mode 100644
index 5269edd8fba..00000000000
--- a/www/ap-ssl/files/apache_start.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# $NetBSD: apache_start.conf,v 1.1 2001/02/02 16:41:22 jlam Exp $
-#
-# Start Apache with "startssl" instead of "start".
-#
-apache_start=startssl