diff options
author | jlam <jlam> | 2000-09-12 14:52:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-09-12 14:52:43 +0000 |
commit | 2df221dba3e6ab1494e0a968511176daf3f4d248 (patch) | |
tree | 4bc013797663ddb281134a4c2bf457cda9cdda83 /www/ap-ssl | |
parent | e9286248cd289bc4062e9be9cfbf407c8d091903 (diff) | |
download | pkgsrc-2df221dba3e6ab1494e0a968511176daf3f4d248.tar.gz |
Provide mechanism for ap-ssl to force start of apache with "startssl".
Diffstat (limited to 'www/ap-ssl')
-rw-r--r-- | www/ap-ssl/Makefile | 3 | ||||
-rw-r--r-- | www/ap-ssl/files/mod_ssl.conf | 5 |
2 files changed, 7 insertions, 1 deletions
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 |