summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/notes/alpha/contents24
-rw-r--r--distrib/notes/alpha/install40
-rw-r--r--distrib/notes/amd64/contents24
-rw-r--r--distrib/notes/cats/contents24
-rw-r--r--distrib/notes/hp300/contents24
-rw-r--r--distrib/notes/hppa/contents26
-rw-r--r--distrib/notes/hppa/install8
-rw-r--r--distrib/notes/i386/contents24
-rw-r--r--distrib/notes/luna88k/contents22
-rw-r--r--distrib/notes/m4.common16
-rw-r--r--distrib/notes/mac68k/contents24
-rw-r--r--distrib/notes/macppc/contents24
-rw-r--r--distrib/notes/mvme68k/contents22
-rw-r--r--distrib/notes/mvme88k/contents22
-rw-r--r--distrib/notes/sgi/contents22
-rw-r--r--distrib/notes/sgi/install4
-rw-r--r--distrib/notes/sparc/contents24
-rw-r--r--distrib/notes/sparc64/contents24
-rw-r--r--distrib/notes/vax/contents22
-rw-r--r--distrib/notes/zaurus/contents24
20 files changed, 226 insertions, 218 deletions
diff --git a/distrib/notes/alpha/contents b/distrib/notes/alpha/contents
index 393fa5c0e08..3256994852d 100644
--- a/distrib/notes/alpha/contents
+++ b/distrib/notes/alpha/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.40 2005/07/11 23:56:33 jolan Exp $
+dnl $OpenBSD: contents,v 1.41 2005/08/30 17:05:31 miod Exp $
TopPart
OpenBSDfloppy
@@ -32,24 +32,24 @@ OpenBSDfloppydesc(two,Each,s)
DistributionDescription(eleven)
-OpenBSDbase(40401286,123961806,shared)
+OpenBSDbase(45333840,136781850,shared)
-OpenBSDcomp(25159362,97775481,shared)
+OpenBSDcomp(25159162,99752449,shared)
-OpenBSDetc(1693862,6528493)
+OpenBSDetc(1149107,3827044)
-OpenBSDgame(2802396,6594718)
+OpenBSDgame(2825221,6650940)
-OpenBSDman(6955171,24825349)
+OpenBSDman(7128745,25500292)
-OpenBSDmisc(2245700,7365432)
+OpenBSDmisc(2276131,7482333)
-OpenBSDxbase(13251263,44433931)
+OpenBSDxbase(13329897,46310584)
-OpenBSDxetc(469400,2415401)
+OpenBSDxetc(86013,321653)
-OpenBSDxfont(32510346,36041353)
+OpenBSDxfont(33215681,37555046)
-OpenBSDxserv(5525184,20715246)
+OpenBSDxserv(8526742,30581126)
-OpenBSDxshare(1934042,9970341)
+OpenBSDxshare(2034398,10735331)
diff --git a/distrib/notes/alpha/install b/distrib/notes/alpha/install
index ddf58566abe..3fb009f36b2 100644
--- a/distrib/notes/alpha/install
+++ b/distrib/notes/alpha/install
@@ -1,4 +1,4 @@
-dnl $OpenBSD: install,v 1.26 2005/08/29 19:07:39 mickey Exp $
+dnl $OpenBSD: install,v 1.27 2005/08/30 17:05:31 miod Exp $
OpenBSDInstallPrelude
There are several ways to install OpenBSD onto a disk. The easiest way is
@@ -52,16 +52,18 @@ Booting from CD-ROM installation media:
Booting from Network:
-In order to bootstrap via the network, you must provide a second system to
-act as a boot server. It is convenient if this is a second OpenBSD machine
-as the necessary services are already installed, although source code for
-such programs as mopd can be found in OpenBSD's source tree, and should be
-reasonably portable to other UN*X-like operating systems. More information
-on diskless booting can be found in the OpenBSD diskless(8) manual page.
+ In order to bootstrap via the network, you must provide a second
+ system to act as a boot server. It is convenient if this is a second
+ OpenBSD machine as the necessary services are already installed,
+ although source code for such programs as dhcpd can be found in
+ OpenBSD's source tree, and should be reasonably portable to other
+ UN*X-like operating systems. More information on diskless booting
+ can be found in the OpenBSD diskless(8) manual page.
-In this case, you will need to set up dhcpd on the server, which can
-serve bootp protocol requests. Start by editing the /etc/dhcpd.conf on
-the bootserver, and declare an information block. Here is an example:
+ In this case, you will need to set up dhcpd on the server, which can
+ serve bootp protocol requests. Start by editing the /etc/dhcpd.conf
+ on the bootserver, and declare an information block. Here is an
+ example:
subnet 10.0.0.0 netmask 255.0.0.0 {
host piper {
@@ -72,21 +74,21 @@ the bootserver, and declare an information block. Here is an example:
}
}
-Do not forget to enable dhcpd, either as a standalone process.
+ Do not forget to enable dhcpd.
-You will also need to enable tftpd, for the MACHINE to download the
-"netboot" from the server in the /tftpboot directory.
+ You will also need to enable tftpd, for the MACHINE to download the
+ "netboot" from the server in the /tftpboot directory.
-Only uncompressed kernels are supported for booting i this release.
-this means you have to execute the following command on your boot
-server before installing a new kernel for your MACHINE to boot:
+ Only uncompressed kernels are supported for booting in this release.
+ This means you have to execute the following command on your boot
+ server before installing a new kernel for your MACHINE to boot:
# gzip -dc bsd.rd > /alpha/bsd
-This assumes you have path /alpha exported via NFS.
+ This assumes you have path /alpha exported via NFS.
-Once loaded netboot will mount /alpha over NFS and load the
-kernel from there.
+ Once loaded, netboot will mount /alpha over NFS and load the kernel
+ from there.
Installing using the Floppy, CD-ROM or Network procedure:
diff --git a/distrib/notes/amd64/contents b/distrib/notes/amd64/contents
index 6d106680e64..a3a7dbb5a9f 100644
--- a/distrib/notes/amd64/contents
+++ b/distrib/notes/amd64/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.16 2005/04/03 15:55:26 martin Exp $
+dnl $OpenBSD: contents,v 1.17 2005/08/30 17:05:31 miod Exp $
TopPart
dnl uncomment as stuff becomes available
@@ -57,24 +57,24 @@ dnl useful for the installation.
DistributionDescription(eleven)
-OpenBSDbase(36648848,106875727,shared)
+OpenBSDbase(41102457,117311408,shared)
-OpenBSDcomp(25897405,91331885,shared)
+OpenBSDcomp(24775527,89544582,shared)
-OpenBSDetc(1693842,6529112)
+OpenBSDetc(1149172,3827682)
-OpenBSDgame(2678580,6132942)
+OpenBSDgame(2690100,6163444)
-OpenBSDman(7233813,25874611)
+OpenBSDman(7408769,26554721)
-OpenBSDmisc(2245699,7365432)
+OpenBSDmisc(2276157,7482333)
-OpenBSDxbase(10534730,32318591)
+OpenBSDxbase(11647881,36054708)
-OpenBSDxetc(455263,2349057)
+OpenBSDxetc(96443,376392)
-OpenBSDxfont(32509363,36041353)
+OpenBSDxfont(33215907,37555046)
-OpenBSDxserv(8129012,22373464)
+OpenBSDxserv(9704114,27071333)
-OpenBSDxshare(1933557,9968263)
+OpenBSDxshare(2034353,10734067)
diff --git a/distrib/notes/cats/contents b/distrib/notes/cats/contents
index 766a57f589a..b9dad9dcb03 100644
--- a/distrib/notes/cats/contents
+++ b/distrib/notes/cats/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.7 2004/09/10 19:41:39 miod Exp $
+dnl $OpenBSD: contents,v 1.8 2005/08/30 17:05:31 miod Exp $
TopPart
OpenBSDdistsets
@@ -11,24 +11,22 @@ dnl OpenBSDcd
DistributionDescription(eleven)
-OpenBSDbase(40639006,107004458,shared)
+OpenBSDcomp(17816600,59841802,shared)
-OpenBSDcomp(17316979,57637693,shared)
+OpenBSDetc(1153314,3842967)
-OpenBSDetc(1698829,6544396)
+OpenBSDgame(2648066,5961956)
-OpenBSDgame(2647774,5967190)
+OpenBSDman(7409759,26554707)
-OpenBSDman(7234770,25874762)
+OpenBSDmisc(2276291,7482333)
-OpenBSDmisc(2245813,7365432)
+OpenBSDxbase(12161966,34110489)
-OpenBSDxbase(10673091,28798093)
+OpenBSDxetc(84666,312192)
-OpenBSDxetc(447126,2313145)
+OpenBSDxfont(33219911,37555046)
-OpenBSDxfont(32513427,36041353)
+OpenBSDxserv(9315734,24048979)
-OpenBSDxserv(9393219,24479132)
-
-OpenBSDxshare(1934460,9968263)
+OpenBSDxshare(2036718,10734070)
diff --git a/distrib/notes/hp300/contents b/distrib/notes/hp300/contents
index a166b8dbf89..629a709a91a 100644
--- a/distrib/notes/hp300/contents
+++ b/distrib/notes/hp300/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.36 2005/03/08 20:03:01 miod Exp $
+dnl $OpenBSD: contents,v 1.37 2005/08/30 17:05:31 miod Exp $
TopPart
OpenBSDdistsets
@@ -14,24 +14,24 @@ OpenBSDrd
DistributionDescription(eleven)
-OpenBSDbase(31132792,91192927,shared)
+OpenBSDbase(32930517,96218150,shared)
-OpenBSDcomp(15990321,48439141,shared)
+OpenBSDcomp(16191933,49315954,shared)
-OpenBSDetc(1692278,6382019)
+OpenBSDetc(1152065,3834492)
-OpenBSDgame(2645379,6314720)
+OpenBSDgame(2640788,6305110)
-OpenBSDman(6602587,23469022)
+OpenBSDman(6772497,24123925)
-OpenBSDmisc(2245992,7365432)
+OpenBSDmisc(2276434,7482333)
-OpenBSDxbase(16799909,83202797)
+OpenBSDxbase(9024700,27061545)
-OpenBSDxetc(66366,253620)
+OpenBSDxetc(103812,423965)
-OpenBSDxfont(11982878,54772865)
+OpenBSDxfont(33199774,37055674)
-OpenBSDxserv(363095,769120)
+OpenBSDxserv(4066933,10389627)
-OpenBSDxshare(1937142,9969697)
+OpenBSDxshare(2033380,10726304)
diff --git a/distrib/notes/hppa/contents b/distrib/notes/hppa/contents
index 47b8a0c9fa6..0a9a728173e 100644
--- a/distrib/notes/hppa/contents
+++ b/distrib/notes/hppa/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.14 2004/09/10 19:41:39 miod Exp $
+dnl $OpenBSD: contents,v 1.15 2005/08/30 17:05:31 miod Exp $
TopPart
OpenBSDdistsets
@@ -16,25 +16,25 @@ dnl installboot The OpenBSD/MACHINE boot loader installation program
DistributionDescription(ten)
-OpenBSDbase(38129606,100089333,shared)
+OpenBSDbase(41805353,108152368,shared)
-OpenBSDcomp(24882531,74676118,shared)
+OpenBSDcomp(23936541,73719049,shared)
-OpenBSDetc(1694618,6691691)
+OpenBSDetc(1149836,3990243)
-OpenBSDgame(2762797,6122402)
+OpenBSDgame(2752864,6108792)
-OpenBSDman(7234234,25874609)
+OpenBSDman(7409404,26554719)
-OpenBSDmisc(2245673,7365432)
+OpenBSDmisc(2276240,7482333)
-OpenBSDxbase(8047467,19017627)
+OpenBSDxbase(13028061,32312706)
-OpenBSDxetc(458352,2332273)
+OpenBSDxetc(87082,315963)
-OpenBSDxfont(33473489,37456744)
+OpenBSDxfont(33217264,37555046)
-dnl Do not list xserv, on purpose. No X11 support yet.
-dnl OpenBSDxserv(6674720,15649025)
+dnl Do not list xserv, on purpose. No real X11 server yet.
+dnl OpenBSDxserv(3417985,7966494)
dnl
-OpenBSDxshare(1933960,9968263)
+OpenBSDxshare(2035265,10734070)
diff --git a/distrib/notes/hppa/install b/distrib/notes/hppa/install
index 4aa3986cba6..d0d7efa5133 100644
--- a/distrib/notes/hppa/install
+++ b/distrib/notes/hppa/install
@@ -1,9 +1,9 @@
-dnl $OpenBSD: install,v 1.12 2005/03/26 15:56:37 mickey Exp $
+dnl $OpenBSD: install,v 1.13 2005/08/30 17:05:31 miod Exp $
dnl lots of texts coming from {mac68k,mvme68k,vax}/install initially
OpenBSDInstallPrelude
Bootstrapping the installation ramdisk kernel is supported
-from both network and CD-ROM.
+from either network, tape or CD-ROM.
Booting from Tape or CD-ROM installation media:
@@ -43,7 +43,7 @@ Booting from Network:
In order to bootstrap via the network, you must provide a second system to
act as a boot server. It is convenient if this is a second OpenBSD machine
as the necessary services are already installed, although source code for
-such programs as mopd can be found in OpenBSD's source tree, and should be
+such programs as dhcpd can be found in OpenBSD's source tree, and should be
reasonably portable to other UN*X-like operating systems. More information
on diskless booting can be found in the OpenBSD diskless(8) manual page.
@@ -93,7 +93,7 @@ the bootserver, and declare an information block. Here is an example:
}
}
-Do not forget to enable dhcpd, either as a standalone process.
+Do not forget to enable dhcpd.
You will also need to enable tftpd, for the MACHINE to download the
miniroot (bf entry) from the server in the /tftpboot (td entry) directory.
diff --git a/distrib/notes/i386/contents b/distrib/notes/i386/contents
index 1ad751adfc7..70ffbad4e87 100644
--- a/distrib/notes/i386/contents
+++ b/distrib/notes/i386/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.55 2005/04/03 15:55:26 martin Exp $
+dnl $OpenBSD: contents,v 1.56 2005/08/30 17:05:31 miod Exp $
TopPart
OpenBSDfloppy
@@ -59,24 +59,24 @@ useful for the installation.
DistributionDescription(eleven)
-OpenBSDbase(32148121,92303250,shared)
+OpenBSDbase(36789238,100682535,shared)
-OpenBSDcomp(18669925,60702972,shared)
+OpenBSDcomp(21014856,67288027,shared)
-OpenBSDetc(1694991,6532135)
+OpenBSDetc(1150308,3830699)
-OpenBSDgame(2597798,5994214)
+OpenBSDgame(2599521,5964836)
-OpenBSDman(6954862,24825347)
+OpenBSDman(7408456,26554719)
-OpenBSDmisc(2245626,7365432)
+OpenBSDmisc(2276095,7482333)
-OpenBSDxbase(10364495,29080928)
+OpenBSDxbase(10496288,29300663)
-OpenBSDxetc(440889,2316085)
+OpenBSDxetc(93374,370320)
-OpenBSDxfont(32504208,36041353)
+OpenBSDxfont(33215128,27555046)
-OpenBSDxserv(15831441,41291357)
+OpenBSDxserv(24809563,64190371)
-OpenBSDxshare(1933573,9970341)
+OpenBSDxshare(2034031,10734067)
diff --git a/distrib/notes/luna88k/contents b/distrib/notes/luna88k/contents
index bde724725bd..584816f3842 100644
--- a/distrib/notes/luna88k/contents
+++ b/distrib/notes/luna88k/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.4 2004/09/10 19:41:40 miod Exp $
+dnl $OpenBSD: contents,v 1.5 2005/08/30 17:05:32 miod Exp $
TopPart
OpenBSDdistsets
@@ -14,25 +14,25 @@ Media" for more information.
DistributionDescription(ten)
-OpenBSDbase(77131066,184334289)
+OpenBSDbase(82973968,197523697)
-OpenBSDcomp(17455026,50759236)
+OpenBSDcomp(18086390,52502829)
-OpenBSDetc(1695281,6691417)
+OpenBSDetc(1679031,6645368)
-OpenBSDgame(7005234,14810430)
+OpenBSDgame(7185882,15174157)
-OpenBSDman(6597324,23457485)
+OpenBSDman(6760311,24080510)
-OpenBSDmisc(2245798,7365432)
+OpenBSDmisc(2276394,7482333)
-OpenBSDxbase(77280345,146373775)
+OpenBSDxbase(88733302,173155879)
-OpenBSDxetc(950959,1891969)
+OpenBSDxetc(1040910,2150374)
-OpenBSDxfont(33423827,37399274)
+OpenBSDxfont(33194104,37048786)
dnl No X server yet...
dnl OpenBSDxserv
dnl
-OpenBSDxshare(1936586,9969697)
+OpenBSDxshare(2027786,10711647)
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common
index 0ac8075bf0e..f4061ca514c 100644
--- a/distrib/notes/m4.common
+++ b/distrib/notes/m4.common
@@ -1,5 +1,5 @@
dnl
-dnl $OpenBSD: m4.common,v 1.65 2005/03/21 22:31:06 miod Exp $
+dnl $OpenBSD: m4.common,v 1.66 2005/08/30 17:05:28 miod Exp $
dnl
dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org>
dnl
@@ -70,6 +70,17 @@ dnl
dnl ========== Distribution files description
dnl (usually used by arch/contents)
dnl
+dnl printsize(value)
+dnl
+dnl Prints a size in KB if it is less than 10^6, in MB otherwise.
+dnl The size is rounded down (this means you can still get 0.9 MB for
+dnl a size between 1,000,000 and 1,048,576 bytes).
+dnl Used by showsize() below.
+dnl
+define({:-printsize-:},{:-ifelse(substr($1,6),,dnl
+eval($1/1024).eval($1*10/1024%10) KB,dnl
+eval($1/1024/1024).eval($1/1024*10/1024%10) MB)-:})dnl
+dnl
dnl showsize(gzipped size, uncompressed size)
dnl
dnl If both the 1st and the 2nd argument exist, show the sizes.
@@ -82,8 +93,7 @@ dnl - empty 2nd arg, for files where only compressed size
dnl is known
dnl
define({:-showsize-:},{:-ifelse(X$1,X,,X$2,X,,X,X,{:-
- [ eval($1/1024/1024).eval($1/1024*10/1024%10) MB gzipped, dnl
-eval($2/1024/1024).eval($2/1024*10/1024%10) MB uncompressed ]-:})-:})dnl
+ [ printsize($1) gzipped, printsize($2) uncompressed ]-:})-:})dnl
dnl
dnl
dnl
diff --git a/distrib/notes/mac68k/contents b/distrib/notes/mac68k/contents
index 23e580f4e40..a0db98cd2ec 100644
--- a/distrib/notes/mac68k/contents
+++ b/distrib/notes/mac68k/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.45 2004/12/03 20:42:05 miod Exp $
+dnl $OpenBSD: contents,v 1.46 2005/08/30 17:05:32 miod Exp $
TopPart
OpenBSDdistsets
@@ -21,27 +21,27 @@ OpenBSDrd
DistributionDescription(eleven)
-OpenBSDbase(31136448,91195561,shared)
+OpenBSDbase(32835983,95928088,shared)
-OpenBSDcomp(16000974,48501408,shared)
+OpenBSDcomp(16202815,49364510,shared)
-OpenBSDetc(1694366,6527536)
+OpenBSDetc(1150034,3989891)
-OpenBSDgame(2645300,6314720)
+OpenBSDgame(2640813,6305110)
-OpenBSDman(6599371,23465027)
+OpenBSDman(6763024,24097967)
-OpenBSDmisc(2245831,7365432)
+OpenBSDmisc(2276278,7482333)
-OpenBSDxbase(7641519,21987965)
+OpenBSDxbase(7339082,22083325)
-OpenBSDxetc(66328,253569)
+OpenBSDxetc(78034,309979)
-OpenBSDxfont(33474159,37456744)
+OpenBSDxfont(33220237,37555046)
-OpenBSDxserv(494267,1145106)
+OpenBSDxserv(493755,1145106)
-OpenBSDxshare(1937163,9969697)
+OpenBSDxshare(2037286,10735334)
The directory '../OSREV/MACHINE/utils' contains the OpenBSD/MACHINE boot
program, used to load the OpenBSD kernel. This program is distributed
diff --git a/distrib/notes/macppc/contents b/distrib/notes/macppc/contents
index 5257cb97ba2..cd944e5c641 100644
--- a/distrib/notes/macppc/contents
+++ b/distrib/notes/macppc/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.17 2004/09/10 19:41:40 miod Exp $
+dnl $OpenBSD: contents,v 1.18 2005/08/30 17:05:32 miod Exp $
TopPart
OpenBSDdistsets
@@ -11,24 +11,24 @@ OpenBSDcd
DistributionDescription(eleven)
-OpenBSDbase(36265672,105460867,shared)
+OpenBSDbase(42576254,117389458,shared)
-OpenBSDcomp(22155840,72656965,shared)
+OpenBSDcomp(24872085,80345868,shared)
-OpenBSDetc(1698463,6543846)
+OpenBSDetc(1153055,3842428)
-OpenBSDgame(2677663,6075882)
+OpenBSDgame(2740924,6230980)
-OpenBSDman(6954755,24825351)
+OpenBSDman(7408580,26554723)
-OpenBSDmisc(2245638,7365432)
+OpenBSDmisc(2276170,7482333)
-OpenBSDxbase(10416864,30224408)
+OpenBSDxbase(11930422,33760025)
-OpenBSDxetc(447460,2341871)
+OpenBSDxetc(98325,377646)
-OpenBSDxfont(33464501,37456744)
+OpenBSDxfont(33211871,37555046)
-OpenBSDxserv(7282743,20698144)
+OpenBSDxserv(9076135,24548914)
-OpenBSDxshare(1933380,9970339)
+OpenBSDxshare(2033777,10734065)
diff --git a/distrib/notes/mvme68k/contents b/distrib/notes/mvme68k/contents
index 0eb42c4fc6e..9c59eb9f01b 100644
--- a/distrib/notes/mvme68k/contents
+++ b/distrib/notes/mvme68k/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.28 2004/09/10 19:41:40 miod Exp $
+dnl $OpenBSD: contents,v 1.29 2005/08/30 17:05:32 miod Exp $
TopPart
OpenBSDdistsets
@@ -25,22 +25,22 @@ Useful Media" for more information.
DistributionDescription(ten)
-OpenBSDbase(31163613,91243282,shared)
+OpenBSDbase(33506665,97393339,shared)
-OpenBSDcomp(15986604,48445730,shared)
+OpenBSDcomp(15550003,47891505,shared)
-OpenBSDetc(1694137,6527327)
+OpenBSDetc(1149163,3825844)
-OpenBSDgame(2645313,6314720)
+OpenBSDgame(2640805,6305110)
-OpenBSDman(6599528,23466362)
+OpenBSDman(6763530,24101170)
-OpenBSDmisc(2245908,7365432)
+OpenBSDmisc(2276398,7482333)
-OpenBSDxbase(7643293,22011482)
+OpenBSDxbase(8560711,25501313)
-OpenBSDxetc(66317,253569)
+OpenBSDxetc(78038,309979)
-OpenBSDxfont(33473220,37456744)
+OpenBSDxfont(33221144,37555046)
-OpenBSDxshare(1936243,9969697)
+OpenBSDxshare(2033353,10726688)
diff --git a/distrib/notes/mvme88k/contents b/distrib/notes/mvme88k/contents
index 4c65edf8835..ab394ac1a51 100644
--- a/distrib/notes/mvme88k/contents
+++ b/distrib/notes/mvme88k/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.13 2004/09/10 19:41:40 miod Exp $
+dnl $OpenBSD: contents,v 1.14 2005/08/30 17:05:32 miod Exp $
TopPart
OpenBSDdistsets
@@ -25,22 +25,22 @@ Media" for more information.
DistributionDescription(ten)
-OpenBSDbase(77129402,184342206)
+OpenBSDbase(82128942,196033650)
-OpenBSDcomp(17464110,50809925)
+OpenBSDcomp(17643562,51460522)
-OpenBSDetc(1694808,6691600)
+OpenBSDetc(1675886,6640506)
-OpenBSDgame(7005187,14810430)
+OpenBSDgame(7070083,14940675)
-OpenBSDman(6596520,23457471)
+OpenBSDman(6746641,24037977)
-OpenBSDmisc(2245743,7365432)
+OpenBSDmisc(2276370,7482333)
-OpenBSDxbase(77280345,146373775)
+OpenBSDxbase(88733302,173155879)
-OpenBSDxetc(950959,1891969)
+OpenBSDxetc(1040910,2150374)
-OpenBSDxfont(33423827,37399274)
+OpenBSDxfont(33194104,37048786)
-OpenBSDxshare(1936586,9969697)
+OpenBSDxshare(2027786,10711647)
diff --git a/distrib/notes/sgi/contents b/distrib/notes/sgi/contents
index bb126ad37d1..9c1256d02fc 100644
--- a/distrib/notes/sgi/contents
+++ b/distrib/notes/sgi/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.4 2005/08/01 19:58:59 kettenis Exp $
+dnl $OpenBSD: contents,v 1.5 2005/08/30 17:05:32 miod Exp $
TopPart
OpenBSDdistsets
@@ -11,26 +11,26 @@ OpenBSDcd
DistributionDescription(ten)
-OpenBSDbase(39581389,148973487,shared)
+OpenBSDbase(43796594,140757990,shared)
-OpenBSDcomp(20738167,76962824,shared)
+OpenBSDcomp(20028867,82494167,shared)
-OpenBSDetc(1695182,6693854)
+OpenBSDetc(1149543,3828298)
-OpenBSDgame(2822883,8450526)
+OpenBSDgame(2789223,6676332)
-OpenBSDman(6830855,24467213)
+OpenBSDman(7409189,26554717)
-OpenBSDmisc(2245656,7365432)
+OpenBSDmisc(2276164,7482333)
-OpenBSDxbase(8688529,23316480)
+OpenBSDxbase(12666388,43893140)
-OpenBSDxetc(500550,3020800)
+OpenBSDxetc(76223,286963)
-OpenBSDxfont(33473489,40878080)
+OpenBSDxfont(33216858,37555046)
dnl Do not list xserv, on purpose. No X11 support yet.
dnl OpenBSDxserv(6682003,15800320)
dnl
-OpenBSDxshare(1660865,9687040)
+OpenBSDxshare(2035235,10734070)
diff --git a/distrib/notes/sgi/install b/distrib/notes/sgi/install
index 10560af16ba..cee0906d64f 100644
--- a/distrib/notes/sgi/install
+++ b/distrib/notes/sgi/install
@@ -1,9 +1,9 @@
-dnl $OpenBSD: install,v 1.7 2005/08/01 19:58:59 kettenis Exp $
+dnl $OpenBSD: install,v 1.8 2005/08/30 17:05:32 miod Exp $
OpenBSDInstallPrelude
There are several ways to install OpenBSD onto a disk. The easiest way
in terms of preliminary setup is to use the OpenBSD ramdisk kernel that
-can be booted via BOOTP. The normal way is to use the bootable CD-ROM
+can be booted via BOOTP. The normal way is to use the bootable CD-ROM
mini image.
Booting over the network:
diff --git a/distrib/notes/sparc/contents b/distrib/notes/sparc/contents
index 7b259406392..e7d23a18d84 100644
--- a/distrib/notes/sparc/contents
+++ b/distrib/notes/sparc/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.53 2004/09/10 19:41:41 miod Exp $
+dnl $OpenBSD: contents,v 1.54 2005/08/30 17:05:33 miod Exp $
TopPart
OpenBSDminiroot
@@ -37,24 +37,24 @@ OpenBSDfloppydesc(single,The)
DistributionDescription(eleven)
-OpenBSDbase(33587882,97707496,shared)
+OpenBSDbase(36313626,104505159,shared)
-OpenBSDcomp(20645474,69351317,shared)
+OpenBSDcomp(20129019,68245780,shared)
-OpenBSDetc(1699139,6548483)
+OpenBSDetc(1153644,3847024)
-OpenBSDgame(2666066,6040198)
+OpenBSDgame(2666907,6041740)
-OpenBSDman(6955575,24825631)
+OpenBSDman(7129607,25500292)
-OpenBSDmisc(2245725,7365432)
+OpenBSDmisc(2276211,7482333)
-OpenBSDxbase(9608176,27501060)
+OpenBSDxbase(10910708,31864826)
-OpenBSDxetc(443632,2325807)
+OpenBSDxetc(100496,385015)
-OpenBSDxfont(33472010,37456744)
+OpenBSDxfont(33219543,37555046)
-OpenBSDxserv(7513963,21208661)
+OpenBSDxserv(8763589,25902380)
-OpenBSDxshare(1935366,9970339)
+OpenBSDxshare(2036841,10735334)
diff --git a/distrib/notes/sparc64/contents b/distrib/notes/sparc64/contents
index eb8d4e70fc3..ce280ddcc06 100644
--- a/distrib/notes/sparc64/contents
+++ b/distrib/notes/sparc64/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.35 2005/08/09 16:48:11 deraadt Exp $
+dnl $OpenBSD: contents,v 1.36 2005/08/30 17:05:33 miod Exp $
TopPart
OpenBSDminiroot
@@ -44,24 +44,24 @@ OpenBSDfloppydesc(two,Each,s)
DistributionDescription(eleven)
-OpenBSDbase(37537457,113802416,shared)
+OpenBSDbase(41418217,123782324,shared)
-OpenBSDcomp(25888183,92653832,shared)
+OpenBSDcomp(24655349,90807801,shared)
-OpenBSDetc(1698985,6548470)
+OpenBSDetc(1153543,3847048)
-OpenBSDgame(2754936,6395510)
+OpenBSDgame(2756069,6399812)
-OpenBSDman(7234330,25876115)
+OpenBSDman(7408866,26554725)
-OpenBSDmisc(2245636,7365432)
+OpenBSDmisc(2276173,7482333)
-OpenBSDxbase(10634619,33701146)
+OpenBSDxbase(12054295,38731073)
-OpenBSDxetc(455064,2367965)
+OpenBSDxetc(98556,390370)
-OpenBSDxfont(33473405,37456744)
+OpenBSDxfont(33215725,37555046)
-OpenBSDxserv(7427160,21226849)
+OpenBSDxserv(8801449,25632883)
-OpenBSDxshare(1933981,9968261)
+OpenBSDxshare(2034798,10734068)
diff --git a/distrib/notes/vax/contents b/distrib/notes/vax/contents
index 0a8d39f046d..cf896df9efb 100644
--- a/distrib/notes/vax/contents
+++ b/distrib/notes/vax/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.19 2004/09/10 19:41:41 miod Exp $
+dnl $OpenBSD: contents,v 1.20 2005/08/30 17:05:33 miod Exp $
TopPart
OpenBSDdistsets
@@ -16,22 +16,20 @@ OpenBSDfloppydesc(single,The)
DistributionDescription(nine)
-OpenBSDbase(65606594,146502086)
+OpenBSDbase(68877091,151810306)
-OpenBSDcomp(14466303,41298456)
+OpenBSDcomp(14339103,41470588)
-OpenBSDetc(1697483,6543634)
+OpenBSDetc(1152568,3842148)
-OpenBSDgame(6149522,12254122)
+OpenBSDgame(6172775,12138016)
-OpenBSDman(6530605,23238582)
+OpenBSDman(6760451,24094036)
-OpenBSDmisc(2245756,7365432)
+OpenBSDmisc(2276244,7482333)
-OpenBSDxbase(65615743,108618583)
+OpenBSDxbase(75403866,131420221)
-OpenBSDxetc(830008,1494657)
+OpenBSDxetc(915872,1737560)
-dnl OpenBSDxfont(33473285,40878080)
-dnl
-OpenBSDxshare(1933107,9964545)
+OpenBSDxshare(2029035,10716471)
diff --git a/distrib/notes/zaurus/contents b/distrib/notes/zaurus/contents
index e89652f5a6b..e27b34719b2 100644
--- a/distrib/notes/zaurus/contents
+++ b/distrib/notes/zaurus/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.3 2005/03/19 01:28:34 uwe Exp $
+dnl $OpenBSD: contents,v 1.4 2005/08/30 17:05:33 miod Exp $
TopPart
OpenBSDdistsets
@@ -21,24 +21,24 @@ dnl OpenBSDcd
DistributionDescription(eleven)
-OpenBSDbase(42397502,111254895,shared)
+OpenBSDbase(43114040,112902251,shared)
-OpenBSDcomp(17814778,59292414,shared)
+OpenBSDcomp(18013852,60296645,shared)
-OpenBSDetc(1699887,6711364)
+OpenBSDetc(1154044,4006767)
-OpenBSDgame(2648211,5962900)
+OpenBSDgame(2648224,5961956)
-OpenBSDman(7321462,26208011)
+OpenBSDman(7410059,26554734)
-OpenBSDmisc(2275916,7480471)
+OpenBSDmisc(2276231,7482333)
-OpenBSDxbase(13283350,36790409)
+OpenBSDxbase(11919869,33155457)
-OpenBSDxetc(84593,312250)
+OpenBSDxetc(97854,377443)
-OpenBSDxfont(33193003,37048786)
+OpenBSDxfont(33219336,37555046)
-OpenBSDxserv(10691512,28944061)
+OpenBSDxserv(8168467,21630641)
-OpenBSDxshare(1983150,10193779)
+OpenBSDxshare(2035786,10734070)