FTP server reorganization.
This commit is contained in:
parent
fb443f254a
commit
c97565d4fd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4147
6 changed files with 23 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: preface.sgml,v 1.27 1999-01-21 01:49:12 jkh Exp $ -->
|
<!-- $Id: preface.sgml,v 1.28 1999-01-29 18:37:16 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect>
|
<sect>
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
<sect1>
|
<sect1>
|
||||||
<heading>What is the latest version of FreeBSD?</heading>
|
<heading>What is the latest version of FreeBSD?</heading>
|
||||||
|
|
||||||
<p>Version <url url="ftp://ftp.freebsd.org/pub/FreeBSD/2.2.8-RELEASE"
|
<p>Version <url url="ftp://ftp.freebsd.org/pub/FreeBSD/releases/2.2.8-RELEASE"
|
||||||
name="2.2.8"> is the latest <em>stable</em> version; it was released
|
name="2.2.8"> is the latest <em>stable</em> version; it was released
|
||||||
in December, 1998. This is also the latest <em>release</em> version.
|
in December, 1998. This is also the latest <em>release</em> version.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: current.sgml,v 1.25 1998-12-19 13:36:43 jkh Exp $ -->
|
<!-- $Id: current.sgml,v 1.26 1999-01-29 18:37:28 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
THE FREEBSD CURRENT POLICY
|
THE FREEBSD CURRENT POLICY
|
||||||
|
|
||||||
Last updated: $Date: 1998-12-19 13:36:43 $
|
Last updated: $Date: 1999-01-29 18:37:28 $
|
||||||
|
|
||||||
This document attempts to explain the rationale behind
|
This document attempts to explain the rationale behind
|
||||||
FreeBSD-current, what you should expect should you decide to run it,
|
FreeBSD-current, what you should expect should you decide to run it,
|
||||||
|
|
@ -117,7 +117,7 @@ subscribe cvs-all
|
||||||
to keep their sources up-to-date automatically. For a fairly
|
to keep their sources up-to-date automatically. For a fairly
|
||||||
easy interface to this, simply type:
|
easy interface to this, simply type:
|
||||||
<verb>
|
<verb>
|
||||||
pkg_add -f ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupit.tgz
|
pkg_add -f ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/cvsupit.tgz
|
||||||
</verb>
|
</verb>
|
||||||
|
|
||||||
<item><p>Use ftp. The source tree for FreeBSD-current is always
|
<item><p>Use ftp. The source tree for FreeBSD-current is always
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: cvsup.sgml,v 1.41 1999-01-26 08:09:49 jkh Exp $ -->
|
<!-- $Id: cvsup.sgml,v 1.42 1999-01-29 18:37:28 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect1><heading>CVSup<label id="cvsup"></heading>
|
<sect1><heading>CVSup<label id="cvsup"></heading>
|
||||||
|
|
@ -37,7 +37,7 @@ project, because CVSup is both faster and more flexible.
|
||||||
|
|
||||||
<p>The easiest way to install CVSup if you are running FreeBSD 2.2 or
|
<p>The easiest way to install CVSup if you are running FreeBSD 2.2 or
|
||||||
later is to use either <url
|
later is to use either <url
|
||||||
url="ftp://ftp.freebsd.org/pub/FreeBSD/ports-current/net/cvsup.tar"
|
url="ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports-current/net/cvsup.tar"
|
||||||
name="the port"> from the FreeBSD <ref id="ports" name="ports
|
name="the port"> from the FreeBSD <ref id="ports" name="ports
|
||||||
collection"> or the corresponding <url
|
collection"> or the corresponding <url
|
||||||
url="ftp://ftp.freebsd.org/pub/FreeBSD/packages-current/net/cvsup-15.4.2.tgz"
|
url="ftp://ftp.freebsd.org/pub/FreeBSD/packages-current/net/cvsup-15.4.2.tgz"
|
||||||
|
|
@ -47,7 +47,7 @@ own or not.
|
||||||
<p>If you are running FreeBSD-2.1.6 or 2.1.7, you unfortunately cannot use the
|
<p>If you are running FreeBSD-2.1.6 or 2.1.7, you unfortunately cannot use the
|
||||||
binary package versions due to the fact that it requires a version of
|
binary package versions due to the fact that it requires a version of
|
||||||
the C library that does not yet exist in FreeBSD-2.1.{6,7}. You can easily
|
the C library that does not yet exist in FreeBSD-2.1.{6,7}. You can easily
|
||||||
use <url url="ftp://ftp.freebsd.org/pub/FreeBSD/ports-current/net/cvsup.tar"
|
use <url url="ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports-current/net/cvsup.tar"
|
||||||
name="the port">, however, just as with FreeBSD 2.2. Simply unpack
|
name="the port">, however, just as with FreeBSD 2.2. Simply unpack
|
||||||
the tar file, cd to the cvsup subdirectory and type "make install".
|
the tar file, cd to the cvsup subdirectory and type "make install".
|
||||||
|
|
||||||
|
|
@ -56,7 +56,7 @@ url="http://www.research.digital.com/SRC/modula-3/html/home.html"
|
||||||
name="Modula-3">, both the package and the port require that the
|
name="Modula-3">, both the package and the port require that the
|
||||||
Modula-3 runtime libraries be installed. These are available as the
|
Modula-3 runtime libraries be installed. These are available as the
|
||||||
<url
|
<url
|
||||||
url="ftp://ftp.freebsd.org/pub/FreeBSD/ports-current/lang/modula-3-lib.tar"
|
url="ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports-current/lang/modula-3-lib.tar"
|
||||||
name="lang/modula-3-lib"> port and the <url
|
name="lang/modula-3-lib"> port and the <url
|
||||||
url="ftp://ftp.freebsd.org/pub/FreeBSD/packages-current/lang/modula-3-lib-3.6.tgz"
|
url="ftp://ftp.freebsd.org/pub/FreeBSD/packages-current/lang/modula-3-lib-3.6.tgz"
|
||||||
name="lang/modula-3-lib-3.6"> package. If you follow the same
|
name="lang/modula-3-lib-3.6"> package. If you follow the same
|
||||||
|
|
@ -69,14 +69,14 @@ is provided. You can get <em>statically linked</em> FreeBSD
|
||||||
executables for CVSup from the USA distribution site:
|
executables for CVSup from the USA distribution site:
|
||||||
|
|
||||||
<itemize>
|
<itemize>
|
||||||
<item><url url="ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsup-bin-15.4.2.tar.gz"
|
<item><url url="ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/cvsup-bin-15.4.2.tar.gz"
|
||||||
name="ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsup-bin-15.4.2.tar.gz">
|
name="ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/cvsup-bin-15.4.2.tar.gz">
|
||||||
(client including GUI).
|
(client including GUI).
|
||||||
<item><url url="ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsup.nogui-bin-15.4.2.tar.gz"
|
<item><url url="ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/cvsup.nogui-bin-15.4.2.tar.gz"
|
||||||
name="ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsup.nogui-bin-15.4.2.tar.gz">
|
name="ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/cvsup.nogui-bin-15.4.2.tar.gz">
|
||||||
(client without GUI).
|
(client without GUI).
|
||||||
<item><url url="ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupd-bin-15.4.2.tar.gz"
|
<item><url url="ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/cvsupd-bin-15.4.2.tar.gz"
|
||||||
name="ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupd-bin-15.4.2.tar.gz">
|
name="ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/cvsupd-bin-15.4.2.tar.gz">
|
||||||
(server).
|
(server).
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: mirrors.sgml,v 1.101 1999-01-07 17:44:03 wosch Exp $ -->
|
<!-- $Id: mirrors.sgml,v 1.102 1999-01-29 18:37:28 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
@ -663,8 +663,8 @@ In case of problems, please contact &a.phk;.
|
||||||
<tag>California, Bay Area, official source</tag>
|
<tag>California, Bay Area, official source</tag>
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>
|
<item>
|
||||||
<url url="ftp://ftp.freebsd.org/pub/FreeBSD/CTM"
|
<url url="ftp://ftp.freebsd.org/pub/FreeBSD/development/CTM"
|
||||||
name="ftp://ftp.freebsd.org/pub/FreeBSD/CTM"><newline>
|
name="ftp://ftp.freebsd.org/pub/FreeBSD/development/CTM"><newline>
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: porting.sgml,v 1.124 1999-01-28 12:07:00 asami Exp $ -->
|
<!-- $Id: porting.sgml,v 1.125 1999-01-29 18:37:29 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect><heading>Making a port yourself<label id="porting"></heading>
|
<sect><heading>Making a port yourself<label id="porting"></heading>
|
||||||
|
|
@ -272,7 +272,7 @@ lib/X11/oneko/mouse.xpm
|
||||||
which is set in the Makefile, as well as our main ftp
|
which is set in the Makefile, as well as our main ftp
|
||||||
site at <htmlurl
|
site at <htmlurl
|
||||||
url="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/"
|
url="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/"
|
||||||
name="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/,">
|
name="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/">,
|
||||||
where we put sanctioned distfiles as backup. It will then
|
where we put sanctioned distfiles as backup. It will then
|
||||||
attempt to
|
attempt to
|
||||||
fetch the named distribution file with
|
fetch the named distribution file with
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: stable.sgml,v 1.19 1998-12-19 13:36:44 jkh Exp $ -->
|
<!-- $Id: stable.sgml,v 1.20 1999-01-29 18:37:30 wosch Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
THE FREEBSD STABLE POLICY
|
THE FREEBSD STABLE POLICY
|
||||||
|
|
||||||
Last updated: $Date: 1998-12-19 13:36:44 $
|
Last updated: $Date: 1999-01-29 18:37:30 $
|
||||||
|
|
||||||
This document attempts to explain the rationale behind
|
This document attempts to explain the rationale behind
|
||||||
FreeBSD-stable, what you should expect should you decide to run it,
|
FreeBSD-stable, what you should expect should you decide to run it,
|
||||||
|
|
@ -91,7 +91,7 @@ next section).
|
||||||
to keep their sources up-to-date automatically. For a fairly
|
to keep their sources up-to-date automatically. For a fairly
|
||||||
easy interface to this, simply type:
|
easy interface to this, simply type:
|
||||||
<verb>
|
<verb>
|
||||||
pkg_add -f ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupit.tgz
|
pkg_add -f ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/cvsupit.tgz
|
||||||
</verb>
|
</verb>
|
||||||
|
|
||||||
<p><item><p>Use ftp. The source tree for FreeBSD-stable is always
|
<p><item><p>Use ftp. The source tree for FreeBSD-stable is always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue