[Midnightbsd-cvs] src [6595] U trunk/tools/tools/tinderbox/www/tb.css: drop favicon
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jan 1 14:30:44 EST 2014
Revision: 6595
http://svnweb.midnightbsd.org/src/?rev=6595
Author: laffer1
Date: 2014-01-01 14:30:44 -0500 (Wed, 01 Jan 2014)
Log Message:
-----------
drop favicon
Modified Paths:
--------------
trunk/tools/tools/tinderbox/www/Makefile
trunk/tools/tools/tinderbox/www/index.cgi
Property Changed:
----------------
trunk/tools/tools/tinderbox/www/index.cgi
trunk/tools/tools/tinderbox/www/tb.css
Modified: trunk/tools/tools/tinderbox/www/Makefile
===================================================================
--- trunk/tools/tools/tinderbox/www/Makefile 2014-01-01 18:17:26 UTC (rev 6594)
+++ trunk/tools/tools/tinderbox/www/Makefile 2014-01-01 19:30:44 UTC (rev 6595)
@@ -1,9 +1,8 @@
-# $MidnightBSD: src/tools/tools/tinderbox/www/Makefile,v 1.3 2008/03/07 04:40:14 laffer1 Exp $
+# $MidnightBSD$
# $FreeBSD: src/tools/tools/tinderbox/www/Makefile,v 1.6 2004/01/25 19:11:43 des Exp $
CGI = index.cgi
DATA = tb.css
-IMAGES = favicon.ico valid-css.png valid-xhtml10.png
WWWDIR ?= ${HOME}/public_html
WWWOWN ?= ${USER}
WWWGRP ?= ${USER}
@@ -15,8 +14,5 @@
.for _data in ${DATA}
${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${_data} ${WWWDIR}
.endfor
-.for _image in ${IMAGES}
- ${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${_image} ${WWWDIR}
-.endfor
.include <bsd.prog.mk>
Modified: trunk/tools/tools/tinderbox/www/index.cgi
===================================================================
--- trunk/tools/tools/tinderbox/www/index.cgi 2014-01-01 18:17:26 UTC (rev 6594)
+++ trunk/tools/tools/tinderbox/www/index.cgi 2014-01-01 19:30:44 UTC (rev 6595)
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $MidnightBSD: src/tools/tools/tinderbox/www/index.cgi,v 1.4 2008/03/07 04:44:04 laffer1 Exp $
+# $MidnightBSD$
# $FreeBSD: projects/tinderbox/www/index.cgi,v 1.32 2008/02/10 17:04:26 des Exp $
#
@@ -179,7 +179,6 @@
<meta name='robots' content='nofollow' />
<meta http-equiv='refresh' content='600' />
<link rel='stylesheet' type='text/css' media='screen' href='tb.css' />
- <link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
</head>
<body>
<!-- h1>MidnightBSD tinderbox logs</h1 -->
Property changes on: trunk/tools/tools/tinderbox/www/index.cgi
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Index: trunk/tools/tools/tinderbox/www/tb.css
===================================================================
--- trunk/tools/tools/tinderbox/www/tb.css 2014-01-01 18:17:26 UTC (rev 6594)
+++ trunk/tools/tools/tinderbox/www/tb.css 2014-01-01 19:30:44 UTC (rev 6595)
Property changes on: trunk/tools/tools/tinderbox/www/tb.css
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list