From 2df221dba3e6ab1494e0a968511176daf3f4d248 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 12 Sep 2000 14:52:43 +0000 Subject: Provide mechanism for ap-ssl to force start of apache with "startssl". --- www/ap-ssl/Makefile | 3 ++- www/ap-ssl/files/mod_ssl.conf | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 www/ap-ssl/files/mod_ssl.conf (limited to 'www/ap-ssl') diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 2ede4596933..e7598bc959d 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/09/12 14:05:16 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2000/09/12 14:52:43 jlam Exp $ # DISTNAME= mod_ssl-2.6.6-1.3.12 @@ -55,6 +55,7 @@ post-install: @cd ${PREFIX}/lib/httpd; ${MV} -f libssl.so mod_ssl.so ${INSTALL_SCRIPT} ${WRKSRC}/pkg.sslsup/mkcert.sh ${PREFIX}/sbin + ${INSTALL_DATA} ${FILESDIR}/mod_ssl.conf ${PREFIX}/etc/httpd ${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/files/mod_ssl.conf b/www/ap-ssl/files/mod_ssl.conf new file mode 100644 index 00000000000..7eaf1de5995 --- /dev/null +++ b/www/ap-ssl/files/mod_ssl.conf @@ -0,0 +1,5 @@ +# $NetBSD: mod_ssl.conf,v 1.1 2000/09/12 14:52:44 jlam Exp $ +# +# Start Apache with "startssl" instead of "start". +# +apache_start=startssl -- cgit v1.2.3