summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-08-01 07:55:13 +0000
committerdes <des@FreeBSD.org>2003-08-01 07:55:13 +0000
commit7e280bd7573ddfe4702be6717f1cd144e567ffa0 (patch)
tree6272d9844afda08d0f1c3703c888fc1cb33d8001 /tools
parent8dd3af2c0f5fea58cbde61bf78281c69a2b10beb (diff)
downloadFreeBSD-src-7e280bd7573ddfe4702be6717f1cd144e567ffa0.zip
FreeBSD-src-7e280bd7573ddfe4702be6717f1cd144e567ffa0.tar.gz
Use PNG instead of GIF; add WWWOWN and WWWGRP variables to the Makefile;
add a shortcut icon.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/www/Makefile8
-rw-r--r--tools/tools/tinderbox/www/daemon.pngbin0 -> 6319 bytes
-rw-r--r--tools/tools/tinderbox/www/index.cgi1
-rw-r--r--tools/tools/tinderbox/www/valid-css.gifbin1547 -> 0 bytes
-rw-r--r--tools/tools/tinderbox/www/valid-css.pngbin0 -> 949 bytes
5 files changed, 6 insertions, 3 deletions
diff --git a/tools/tools/tinderbox/www/Makefile b/tools/tools/tinderbox/www/Makefile
index ca9d4e8..7487909 100644
--- a/tools/tools/tinderbox/www/Makefile
+++ b/tools/tools/tinderbox/www/Makefile
@@ -1,13 +1,15 @@
# $FreeBSD$
CGI = index.cgi
-DATA = tb.css valid-css.gif valid-xhtml10.png
+DATA = tb.css daemon.png valid-css.png valid-xhtml10.png
WWWDIR ?= ${HOME}/public_html
+WWWOWN ?= ${USER}
+WWWGRP ?= ${USER}
realinstall:
- ${INSTALL} -m 0755 ${.CURDIR}/${CGI} ${WWWDIR}
+ ${INSTALL} -m0755 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${CGI} ${WWWDIR}
.for FILE in ${DATA}
- ${INSTALL} -m 0644 ${.CURDIR}/${FILE} ${WWWDIR}
+ ${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${FILE} ${WWWDIR}
.endfor
.include <bsd.prog.mk>
diff --git a/tools/tools/tinderbox/www/daemon.png b/tools/tools/tinderbox/www/daemon.png
new file mode 100644
index 0000000..01f32b8
--- /dev/null
+++ b/tools/tools/tinderbox/www/daemon.png
Binary files differ
diff --git a/tools/tools/tinderbox/www/index.cgi b/tools/tools/tinderbox/www/index.cgi
index 6f1e38c..170f831 100644
--- a/tools/tools/tinderbox/www/index.cgi
+++ b/tools/tools/tinderbox/www/index.cgi
@@ -86,6 +86,7 @@ MAIN:{
<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/png\" href=\"daemon.png\" />
</head>
<body>
<h1>FreeBSD tinderbox logs</h1>
diff --git a/tools/tools/tinderbox/www/valid-css.gif b/tools/tools/tinderbox/www/valid-css.gif
deleted file mode 100644
index 020c75a..0000000
--- a/tools/tools/tinderbox/www/valid-css.gif
+++ /dev/null
Binary files differ
diff --git a/tools/tools/tinderbox/www/valid-css.png b/tools/tools/tinderbox/www/valid-css.png
new file mode 100644
index 0000000..23f2161
--- /dev/null
+++ b/tools/tools/tinderbox/www/valid-css.png
Binary files differ
OpenPOWER on IntegriCloud