Walnut Creek CDROM -> BSDi

This commit is contained in:
Jim Mock 2000-10-30 01:01:31 +00:00
parent 88cd0669dd
commit 77f792fc27
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8243
11 changed files with 42 additions and 46 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.324 2000/10/29 00:29:57 nik Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.325 2000/10/29 04:46:39 imura Exp $
-->
<chapter id="contrib">
@ -659,7 +659,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<state>CA</state>, <postcode>94520</postcode>
</address>
<para>(currently using the Walnut Creek CDROM address until a PO box
<para>(currently using the BSDi address until a PO box
can be opened)</para>
<para>Wire transfers may also be sent directly to:</para>
@ -902,7 +902,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<itemizedlist>
<listitem>
<para>Walnut Creek CDROM for providing the Pentium P5-90 and
<para>BSDi for providing the Pentium P5-90 and
486/DX2-66 EISA/VL systems that are being used for our
development work, to say nothing of the network access and other
donations of hardware resources.</para>
@ -969,7 +969,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<itemizedlist>
<listitem>
<para><ulink url="http://www.cdrom.com/">Walnut Creek CDROM</ulink>
<para><ulink url="http://www.osd.bsdi.com/">BSDi</ulink> (formerly Walnut Creek CDROM)
has donated almost more than we can say (see the <link
linkend="history">history</link> document for more details).
In particular, we would like to thank them for the original

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.13 2000/06/27 02:48:51 kevlo Exp $ -->
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.14 2000/07/26 18:24:50 jim Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
@ -24,8 +24,8 @@
<para>Congratulations on installing FreeBSD! This introduction
is for people new to both FreeBSD <emphasis>and</emphasis>
Un*x&mdash;so it starts with basics. It assumes you're using
version 2.0.5 or later of FreeBSD as distributed by Walnut
Creek or FreeBSD.org, your system (for now) has a single user
version 2.0.5 or later of FreeBSD as distributed by BSDi
or FreeBSD.org, your system (for now) has a single user
(you)&mdash;and you're probably pretty good with DOS/Windows
or OS/2.</para>
</abstract>
@ -798,8 +798,7 @@
a great deal of information in the FreeBSD handbook (which is
probably on your hard drive) and <ulink
URL="http://www.FreeBSD.org/">FreeBSD's web site</ulink>. A
wide variety of packages and ports are on the <ulink
URL="http://www.cdrom.com/">Walnut Creek</ulink> CDROM as well
wide variety of packages and ports are on the CDROM as well
as the web site. The handbook tells you more about how to use
them (get the package if it exists, with <command>pkg_add
/cdrom/packages/All/<replaceable>packagename</replaceable></command>, where

View file

@ -15,7 +15,7 @@
</author>
</authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.113 2000/10/28 21:26:43 nik Exp $</pubdate>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.114 2000/10/29 16:44:16 nik Exp $</pubdate>
<abstract>
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
@ -432,7 +432,7 @@
<para>FreeBSD is also available via CDROM, from the following
place(s):</para>
<address>Walnut Creek CDROM
<address>BSDi
<street>4041 Pike Lane, Suite F</street>
<city>Concord</city>, <state>CA</state>
<postcode>94520</postcode>
@ -441,8 +441,8 @@
<phone>Orders: +1 800 786-9907</phone>
<phone>Questions: +1 925 674-0783</phone>
<fax>FAX: +1 925 674-0821</fax>
<otheraddr>email: <ulink URL="mailto:orders@cdrom.com">WC Orders address</ulink></otheraddr>
<otheraddr>WWW: <ulink URL="http://www.cdrom.com/">WC Home page</ulink></otheraddr></address>
<otheraddr>email: <ulink URL="mailto:orders@osd.bsdi.com">BSDi Orders address</ulink></otheraddr>
<otheraddr>WWW: <ulink URL="http://www.osd.bsdi.com/">BSDi Home page</ulink></otheraddr></address>
<para>In Australia, you may find it at:</para>
@ -590,11 +590,11 @@
<para>The definitive printed guide on FreeBSD is
<quote>The Complete FreeBSD</quote>, written by Greg Lehey and
published by Walnut Creek CDROM Books. Now in its second
published by BSDi (formerly Walnut Creek CDROM) Books. Now in its second
edition, the book contains 1,750 pages of install &amp; system
administration guidance, program setup help, and manual pages.
The book (and current FreeBSD release) can be ordered from
<ulink URL="http://www.cdrom.com/">Walnut Creek</ulink>,
<ulink URL="http://www.osd.bsdi.com/">BSDi</ulink>,
<ulink URL="http://www.cheapbytes.com/">CheapBytes</ulink>, or
at your favorite bookstore. The ISBN is 1-57176-227-2.</para>
@ -2359,7 +2359,7 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
<para>All non-SCSI cards are known to be extremely slow compared
to SCSI drives, and some ATAPI CDROMs may not work.</para>
<para>As of 2.2 the FreeBSD CDROM from Walnut Creek supports
<para>As of 2.2 the FreeBSD CDROM from BSDi supports
booting directly from the CD.</para>
</answer>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.324 2000/10/29 00:29:57 nik Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.325 2000/10/29 04:46:39 imura Exp $
-->
<chapter id="contrib">
@ -659,7 +659,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<state>CA</state>, <postcode>94520</postcode>
</address>
<para>(currently using the Walnut Creek CDROM address until a PO box
<para>(currently using the BSDi address until a PO box
can be opened)</para>
<para>Wire transfers may also be sent directly to:</para>
@ -902,7 +902,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<itemizedlist>
<listitem>
<para>Walnut Creek CDROM for providing the Pentium P5-90 and
<para>BSDi for providing the Pentium P5-90 and
486/DX2-66 EISA/VL systems that are being used for our
development work, to say nothing of the network access and other
donations of hardware resources.</para>
@ -969,7 +969,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<itemizedlist>
<listitem>
<para><ulink url="http://www.cdrom.com/">Walnut Creek CDROM</ulink>
<para><ulink url="http://www.osd.bsdi.com/">BSDi</ulink> (formerly Walnut Creek CDROM)
has donated almost more than we can say (see the <link
linkend="history">history</link> document for more details).
In particular, we would like to thank them for the original

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.59 2000/09/24 13:10:46 alex Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.60 2000/10/03 13:05:18 eivind Exp $
-->
<chapter id="install">
@ -188,7 +188,7 @@
<para>There is not a whole lot of preparation needed if you are
installing from one of <ulink
url="http://www.wccdrom.com/">Walnut Creek CDROM's</ulink>
url="http://www.osd.bsdi.com/">BSDi's</ulink>
FreeBSD CDROMs (other CDROM distributions may work as well,
though we cannot say for certain as we have no hand or say in
how they created). You can either boot into the CD installation

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/introduction/chapter.sgml,v 1.32 2000/09/24 07:01:52 kris Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/introduction/chapter.sgml,v 1.33 2000/10/11 16:44:18 phantom Exp $
-->
<chapter id="introduction">
@ -79,8 +79,7 @@
</listitem>
<listitem>
<para><ulink url="http://www.wccdrom.com/">Walnut Creek
CDROM</ulink></para>
<para><ulink url="http://www.osd.bsdi.com/">BSDi</ulink></para>
</listitem>
</itemizedlist>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.13 2000/06/27 02:48:51 kevlo Exp $ -->
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.14 2000/07/26 18:24:50 jim Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
@ -24,8 +24,8 @@
<para>Congratulations on installing FreeBSD! This introduction
is for people new to both FreeBSD <emphasis>and</emphasis>
Un*x&mdash;so it starts with basics. It assumes you're using
version 2.0.5 or later of FreeBSD as distributed by Walnut
Creek or FreeBSD.org, your system (for now) has a single user
version 2.0.5 or later of FreeBSD as distributed by BSDi
or FreeBSD.org, your system (for now) has a single user
(you)&mdash;and you're probably pretty good with DOS/Windows
or OS/2.</para>
</abstract>
@ -798,8 +798,7 @@
a great deal of information in the FreeBSD handbook (which is
probably on your hard drive) and <ulink
URL="http://www.FreeBSD.org/">FreeBSD's web site</ulink>. A
wide variety of packages and ports are on the <ulink
URL="http://www.cdrom.com/">Walnut Creek</ulink> CDROM as well
wide variety of packages and ports are on the CDROM as well
as the web site. The handbook tells you more about how to use
them (get the package if it exists, with <command>pkg_add
/cdrom/packages/All/<replaceable>packagename</replaceable></command>, where

View file

@ -15,7 +15,7 @@
</author>
</authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.113 2000/10/28 21:26:43 nik Exp $</pubdate>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.114 2000/10/29 16:44:16 nik Exp $</pubdate>
<abstract>
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
@ -432,7 +432,7 @@
<para>FreeBSD is also available via CDROM, from the following
place(s):</para>
<address>Walnut Creek CDROM
<address>BSDi
<street>4041 Pike Lane, Suite F</street>
<city>Concord</city>, <state>CA</state>
<postcode>94520</postcode>
@ -441,8 +441,8 @@
<phone>Orders: +1 800 786-9907</phone>
<phone>Questions: +1 925 674-0783</phone>
<fax>FAX: +1 925 674-0821</fax>
<otheraddr>email: <ulink URL="mailto:orders@cdrom.com">WC Orders address</ulink></otheraddr>
<otheraddr>WWW: <ulink URL="http://www.cdrom.com/">WC Home page</ulink></otheraddr></address>
<otheraddr>email: <ulink URL="mailto:orders@osd.bsdi.com">BSDi Orders address</ulink></otheraddr>
<otheraddr>WWW: <ulink URL="http://www.osd.bsdi.com/">BSDi Home page</ulink></otheraddr></address>
<para>In Australia, you may find it at:</para>
@ -590,11 +590,11 @@
<para>The definitive printed guide on FreeBSD is
<quote>The Complete FreeBSD</quote>, written by Greg Lehey and
published by Walnut Creek CDROM Books. Now in its second
published by BSDi (formerly Walnut Creek CDROM) Books. Now in its second
edition, the book contains 1,750 pages of install &amp; system
administration guidance, program setup help, and manual pages.
The book (and current FreeBSD release) can be ordered from
<ulink URL="http://www.cdrom.com/">Walnut Creek</ulink>,
<ulink URL="http://www.osd.bsdi.com/">BSDi</ulink>,
<ulink URL="http://www.cheapbytes.com/">CheapBytes</ulink>, or
at your favorite bookstore. The ISBN is 1-57176-227-2.</para>
@ -2359,7 +2359,7 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
<para>All non-SCSI cards are known to be extremely slow compared
to SCSI drives, and some ATAPI CDROMs may not work.</para>
<para>As of 2.2 the FreeBSD CDROM from Walnut Creek supports
<para>As of 2.2 the FreeBSD CDROM from BSDi supports
booting directly from the CD.</para>
</answer>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.324 2000/10/29 00:29:57 nik Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.325 2000/10/29 04:46:39 imura Exp $
-->
<chapter id="contrib">
@ -659,7 +659,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<state>CA</state>, <postcode>94520</postcode>
</address>
<para>(currently using the Walnut Creek CDROM address until a PO box
<para>(currently using the BSDi address until a PO box
can be opened)</para>
<para>Wire transfers may also be sent directly to:</para>
@ -902,7 +902,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<itemizedlist>
<listitem>
<para>Walnut Creek CDROM for providing the Pentium P5-90 and
<para>BSDi for providing the Pentium P5-90 and
486/DX2-66 EISA/VL systems that are being used for our
development work, to say nothing of the network access and other
donations of hardware resources.</para>
@ -969,7 +969,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<itemizedlist>
<listitem>
<para><ulink url="http://www.cdrom.com/">Walnut Creek CDROM</ulink>
<para><ulink url="http://www.osd.bsdi.com/">BSDi</ulink> (formerly Walnut Creek CDROM)
has donated almost more than we can say (see the <link
linkend="history">history</link> document for more details).
In particular, we would like to thank them for the original

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.59 2000/09/24 13:10:46 alex Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.60 2000/10/03 13:05:18 eivind Exp $
-->
<chapter id="install">
@ -188,7 +188,7 @@
<para>There is not a whole lot of preparation needed if you are
installing from one of <ulink
url="http://www.wccdrom.com/">Walnut Creek CDROM's</ulink>
url="http://www.osd.bsdi.com/">BSDi's</ulink>
FreeBSD CDROMs (other CDROM distributions may work as well,
though we cannot say for certain as we have no hand or say in
how they created). You can either boot into the CD installation

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/introduction/chapter.sgml,v 1.32 2000/09/24 07:01:52 kris Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/introduction/chapter.sgml,v 1.33 2000/10/11 16:44:18 phantom Exp $
-->
<chapter id="introduction">
@ -79,8 +79,7 @@
</listitem>
<listitem>
<para><ulink url="http://www.wccdrom.com/">Walnut Creek
CDROM</ulink></para>
<para><ulink url="http://www.osd.bsdi.com/">BSDi</ulink></para>
</listitem>
</itemizedlist>