summaryrefslogtreecommitdiff
path: root/distrib/notes/hp300
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-08 00:27:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-08 00:27:42 +0000
commit16c6b271c468732ce9b1ab0224ac1861ba7cf287 (patch)
tree44d648440c5389e7e4cbb7a5b04ac86b6b888f44 /distrib/notes/hp300
parentcabd62fbe4ea4819fb96552d7bee66478ee80c11 (diff)
moving to 2.3
Diffstat (limited to 'distrib/notes/hp300')
-rw-r--r--distrib/notes/hp300/contents16
-rw-r--r--distrib/notes/hp300/xfer8
2 files changed, 12 insertions, 12 deletions
diff --git a/distrib/notes/hp300/contents b/distrib/notes/hp300/contents
index 754a15d04c1..eb128250cdb 100644
--- a/distrib/notes/hp300/contents
+++ b/distrib/notes/hp300/contents
@@ -34,7 +34,7 @@ comprise the OpenBSD 2.3 release for the hp300. There are seven binary
distribution tar sets. They may be found in the top of the "hp300"
subdirectory of the OpenBSD 2.3 distribution tree, and are as follows:
- base22 The OpenBSD/hp300 2.3 base binary distribution. You
+ base23 The OpenBSD/hp300 2.3 base binary distribution. You
MUST install this distribution set. It contains the
base OpenBSD utilities that are necessary for the
system to run and be minimally functional. It
@@ -42,7 +42,7 @@ subdirectory of the OpenBSD 2.3 distribution tree, and are as follows:
everything described below.
[ 11.2M gzipped, 34.0M uncompressed ]
- comp22 The OpenBSD/hp300 Compiler tools. All of the tools
+ comp23 The OpenBSD/hp300 Compiler tools. All of the tools
relating to C and C++. This set includes the system
include files (/usr/include), the linker, the compiler
tool chain, and the various system libraries (except
@@ -50,9 +50,9 @@ subdirectory of the OpenBSD 2.3 distribution tree, and are as follows:
base set). This set also includes the manual pages for
all of the utilities it contains, as well as the system
call and library manual pages.
- [ 7.0M gzipped, 22.5M uncompressed ]
+ [ 7.0M gzipped, 23.5M uncompressed ]
- etc22 This distribution set contains the system configuration
+ etc23 This distribution set contains the system configuration
files that reside in /etc and in several other places.
This set MUST be installed if you are installing the
system from scratch, but should NOT be used if you are
@@ -61,22 +61,22 @@ subdirectory of the OpenBSD 2.3 distribution tree, and are as follows:
configuration files by hand.)
[ 94K gzipped, 500K uncompressed ]
- game22 This set includes the games and their manual pages.
+ game23 This set includes the games and their manual pages.
[ 2.7M gzipped, 6.7M uncompressed ]
- man22 This set includes all of the manual pages for the
+ man23 This set includes all of the manual pages for the
binaries and other software contained in the base set.
Note that it does not include any of the manual pages
that are included in the other sets.
[ 2.5M gzipped, 9.2M uncompressed ]
- misc22 This set includes the system dictionaries (which are
+ misc23 This set includes the system dictionaries (which are
rather large), the typesettable document set, and
man pages for other architectures which happen to be
installed from the source tree by default.
[ 1.7M gzipped, 5.8M uncompressed ]
- text22 This set includes OpenBSD's text processing tools,
+ text23 This set includes OpenBSD's text processing tools,
including groff, all related programs, and their
manual pages.
[ 947K gzipped, 3.5M uncompressed ]
diff --git a/distrib/notes/hp300/xfer b/distrib/notes/hp300/xfer
index 614d3b712c1..b8f641f8765 100644
--- a/distrib/notes/hp300/xfer
+++ b/distrib/notes/hp300/xfer
@@ -27,14 +27,14 @@ following:
(If you can't figure it out, ask your system administrator.)
In the above example, "<dist_directories>" are the
distribution sets' directories, for the distribution sets you
- wish to place on the tape. For instance, to put the "base22"
- and "etc22" distributions on tape (in order to do the absolute
+ wish to place on the tape. For instance, to put the "base23"
+ and "etc23" distributions on tape (in order to do the absolute
minimum installation to a new disk), you would do the
following:
cd .../2.3 # the top of the tree
cd hp300
- tar cf <tape_device> base22.tar.gz etc22.tar.gz
+ tar cf <tape_device> base23.tar.gz etc23.tar.gz
(Note that you still need to fill in "<tape_device>" in the
example.)
@@ -84,7 +84,7 @@ following:
Place the distribution sets you wish to upgrade somewhere in
your current file system tree. At a bare minimum, you must
upgrade the "base" binary distribution, and so must put the
- "base22" set somewhere in your file system. If you wish,
+ "base23" set somewhere in your file system. If you wish,
you can do the other sets, as well, but you should NOT upgrade
the "etc" distribution; the "etc" distribution contains system
configuration files that you should review and update by hand.