add missing ssl art after manual has been moved, instead of using
authormartynas <martynas@openbsd.org>
Fri, 11 Jul 2008 00:12:35 +0000 (00:12 +0000)
committermartynas <martynas@openbsd.org>
Fri, 11 Jul 2008 00:12:35 +0000 (00:12 +0000)
src of non-existent place;  ok pval@, okan@, "looks good" jdixon@

distrib/sets/lists/etc/mi
usr.sbin/httpd/Makefile.bsd-wrapper
usr.sbin/httpd/htdocs/index.html
usr.sbin/httpd/htdocs/mod_ssl_sb.gif [new file with mode: 0644]
usr.sbin/httpd/htdocs/openssl_ics.gif [new file with mode: 0644]

index 82c36d5..5dd86ff 100644 (file)
 ./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
index 9ae7699..774029b 100644 (file)
@@ -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       
 
index 209d8fe..f5d1bf6 100644 (file)
@@ -58,8 +58,8 @@
     <a href="http://www.openssl.org/">openSSL</a> cryptography.
 </p>
 <p align="center">
-    <img src="manual/images/mod_ssl_sb.gif">
-    <img src="manual/images/openssl_ics.gif">
+    <img src="mod_ssl_sb.gif">
+    <img src="openssl_ics.gif">
 </p>
 </body>
 </html>
diff --git a/usr.sbin/httpd/htdocs/mod_ssl_sb.gif b/usr.sbin/httpd/htdocs/mod_ssl_sb.gif
new file mode 100644 (file)
index 0000000..aecd3c1
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 (file)
index 0000000..3d3c90c
Binary files /dev/null and b/usr.sbin/httpd/htdocs/openssl_ics.gif differ