From: martynas Date: Fri, 11 Jul 2008 00:12:35 +0000 (+0000) Subject: add missing ssl art after manual has been moved, instead of using X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6b69907de949903bcf9d50d084482e61eaedf0ff;p=openbsd add missing ssl art after manual has been moved, instead of using src of non-existent place; ok pval@, okan@, "looks good" jdixon@ --- diff --git a/distrib/sets/lists/etc/mi b/distrib/sets/lists/etc/mi index 82c36d5bbf9..5dd86ff9904 100644 --- a/distrib/sets/lists/etc/mi +++ b/distrib/sets/lists/etc/mi @@ -182,8 +182,10 @@ ./var/www/htdocs/lock.gif ./var/www/htdocs/logo23.jpg ./var/www/htdocs/logo24.jpg +./var/www/htdocs/mod_ssl_sb.gif ./var/www/htdocs/openbsd_pb.gif ./var/www/htdocs/openbsdpower.gif +./var/www/htdocs/openssl_ics.gif ./var/www/htdocs/smalltitle.gif ./var/www/icons/README ./var/www/icons/a.gif diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index 9ae7699410e..774029bd31a 100644 --- a/usr.sbin/httpd/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Apache -# $OpenBSD: Makefile.bsd-wrapper,v 1.67 2008/06/13 04:41:15 mbalmer Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.68 2008/07/11 00:12:35 martynas Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -233,7 +233,7 @@ HTDOCS= \ htdocs/apache_pb.gif htdocs/index.html htdocs/openbsdpower.gif \ htdocs/blowfish.jpg htdocs/bsd_small.gif htdocs/lock.gif \ htdocs/logo23.jpg htdocs/logo24.jpg htdocs/smalltitle.gif \ - htdocs/openbsd_pb.gif + htdocs/openbsd_pb.gif htdocs/mod_ssl_sb.gif htdocs/openssl_ics.gif CGIFILES= cgi-bin/printenv cgi-bin/test-cgi diff --git a/usr.sbin/httpd/htdocs/index.html b/usr.sbin/httpd/htdocs/index.html index 209d8fe68ec..f5d1bf6670a 100644 --- a/usr.sbin/httpd/htdocs/index.html +++ b/usr.sbin/httpd/htdocs/index.html @@ -58,8 +58,8 @@ openSSL cryptography.

- - + +

diff --git a/usr.sbin/httpd/htdocs/mod_ssl_sb.gif b/usr.sbin/httpd/htdocs/mod_ssl_sb.gif new file mode 100644 index 00000000000..aecd3c119c6 Binary files /dev/null and b/usr.sbin/httpd/htdocs/mod_ssl_sb.gif differ diff --git a/usr.sbin/httpd/htdocs/openssl_ics.gif b/usr.sbin/httpd/htdocs/openssl_ics.gif new file mode 100644 index 00000000000..3d3c90c9f84 Binary files /dev/null and b/usr.sbin/httpd/htdocs/openssl_ics.gif differ