Update ref4 hardware information to match current reality.
This commit is contained in:
parent
12e7d2a110
commit
e3b390333d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27962
2 changed files with 16 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/internal/Makefile,v 1.43 2005/08/16 18:53:16 jhb Exp $
|
||||
# $FreeBSD: www/en/internal/Makefile,v 1.44 2005/08/19 16:24:02 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -13,6 +13,7 @@ DOCS+= about.sgml
|
|||
DOCS+= machines.sgml
|
||||
DOCS+= mirror.sgml
|
||||
DOCS+= new-account.sgml
|
||||
DOCS+= new-mailinglist.sgml
|
||||
DOCS+= statistic.sgml
|
||||
DOCS+= developer.sgml
|
||||
DOCS+= bylaws.sgml
|
||||
|
@ -22,6 +23,8 @@ DOCS+= core-vote.sgml
|
|||
DOCS+= doceng.sgml
|
||||
DOCS+= rtp.sgml
|
||||
DOCS+= policies.sgml
|
||||
DOCS+= builds.sgml
|
||||
DOCS+= buildstatus.sgml
|
||||
DOCS+= fortunes.sgml
|
||||
|
||||
INDEXLINK= internal.html
|
||||
|
@ -42,6 +45,15 @@ homepage.html: homepage.inc
|
|||
CLEANFILES+= homepage.inc
|
||||
.endif
|
||||
|
||||
buildstatus.html: buildstatus.xsl builds.xml ../includes.xsl
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
${.CURDIR}/buildstatus.xsl ${.CURDIR}/builds.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
DATA+= buildstatus.html
|
||||
CLEANFILES+= buildstatus.html
|
||||
DATA+= README.mirror ssh-keys.asc
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/machines.sgml,v 1.66 2006/03/12 07:53:01 simon Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/machines.sgml,v 1.67 2006/03/30 16:24:10 joel Exp $">
|
||||
<!ENTITY title "The FreeBSD.org Network">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -289,8 +289,8 @@ Intel EtherExpress Pro 10/100B NIC.</td>
|
|||
<tr valign="top">
|
||||
<td>ref4</td>
|
||||
<td>Intel x86</td>
|
||||
<td>500MHz FC-PGA Celeron, 512MB mem,
|
||||
1x30GB IDE drive, Intel EtherExpress Pro 10/100B NIC.</td>
|
||||
<td>550MHz FC-PGA Celeron, 1024MB mem,
|
||||
1x17GB SCSI drive, Intel EtherExpress Pro 10/100B NIC.</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
|
|
Loading…
Reference in a new issue