aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-08-01 07:55:13 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-08-01 07:55:13 +0000
commit20b0471597ee6c3a43176d7be8caf402b343ffed (patch)
tree6272d9844afda08d0f1c3703c888fc1cb33d8001 /tools
parent378c1e90c3642d1c94d3a3eea5961f11d8711145 (diff)
Notes
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 ca9d4e812b2b..7487909e397f 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 000000000000..01f32b8565e1
--- /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 6f1e38c558ee..170f8316cce3 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 020c75a73a8e..000000000000
--- 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 000000000000..23f216117690
--- /dev/null
+++ b/tools/tools/tinderbox/www/valid-css.png
Binary files differ