summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-09-06 21:19:18 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-09-06 21:19:18 +0000
commita2813cd8fc6dbd0dc90c176ab3a43ef3f75496a4 (patch)
tree243c3d354c9c4dad113bb5f482aa2f088d5e26cc
parentb00026607a776a30c5b45855b0bc36bb5abf18ca (diff)
Various cosmetics.
-rw-r--r--distrib/notes/INSTALL18
-rw-r--r--distrib/notes/mirrors9
-rw-r--r--distrib/notes/packages22
3 files changed, 23 insertions, 26 deletions
diff --git a/distrib/notes/INSTALL b/distrib/notes/INSTALL
index 0c1d175c444..30428e843cf 100644
--- a/distrib/notes/INSTALL
+++ b/distrib/notes/INSTALL
@@ -1,4 +1,4 @@
-dnl $OpenBSD: INSTALL,v 1.35 2003/03/25 19:57:56 miod Exp $
+dnl $OpenBSD: INSTALL,v 1.36 2003/09/06 21:19:17 miod Exp $
include(INCLUDE/../m4.common)dnl
INSTALLATION NOTES for OpenBSD/MACHINE OSREV
@@ -9,7 +9,7 @@ What is OpenBSD?
OpenBSD is a fully functional, multi-platform UN*X-like Operating
System based on Berkeley Networking Release 2 (Net/2) and 4.4BSD-Lite.
There are several operating systems in this family, but OpenBSD
-differentiates itself by putting security and correctness first. The
+differentiates itself by putting security and correctness first. The
OpenBSD team strives to achieve what is called 'a secure by default'
status. This means that an OpenBSD user should feel safe that their
newly installed machine will not be compromised. This 'secure by
@@ -46,12 +46,8 @@ Because OpenBSD is from Canada, the export of Cryptography pieces
the US. Because of this, take care NOT to get the distribution from
an FTP server in the US if you are outside of Canada and the US.)
-The OSREV release features more user programs and device drivers,
-extensive firewalling and network bandwidth management capabilities,
-as well as numerous security mechanisms (stricter control over memory
-execute and write permissions, compiler built-in stack protection,
-privilege separation or early revocation of privileges in more and
-more executables, etc).
+A comprehensive list of the improvewents brought by the OSREV release
+is available on the web at http://www.OpenBSD.org/OSREV.html.
includeit(whatis)dnl
@@ -112,9 +108,9 @@ A few methods are provided. If you have an OpenBSD CD-ROM, the source code
is provided. Otherwise, you can get the pieces over the Internet using
ANONCVS, CTM or FTP. For more information, see
- http://www.openbsd.org/anoncvs.html
- http://www.openbsd.org/ctm.html
- http://www.openbsd.org/ftp.html
+ http://www.OpenBSD.org/anoncvs.html
+ http://www.OpenBSD.org/ctm.html
+ http://www.OpenBSD.org/ftp.html
Using online OpenBSD documentation:
diff --git a/distrib/notes/mirrors b/distrib/notes/mirrors
index f17a7f83229..82840b8fc7e 100644
--- a/distrib/notes/mirrors
+++ b/distrib/notes/mirrors
@@ -1,8 +1,9 @@
+dnl $OpenBSD: mirrors,v 1.47 2003/09/06 21:19:17 miod Exp $
This is a list of currently known ftp servers as the time of the OSREV release.
-For a more recent list, please refer to http://www.openbsd.org/ftp.html
+For a more recent list, please refer to http://www.OpenBSD.org/ftp.html
Main server in Canada:
- ftp://ftp.openbsd.org/pub/OpenBSD (Alberta)
+ ftp://ftp.OpenBSD.org/pub/OpenBSD (Alberta)
Australia:
ftp://mirror.aarnet.edu.au/pub/OpenBSD (Canberra, .au only)
@@ -143,9 +144,9 @@ USA:
ftp://mirror.cs.wisc.edu/pub/mirrors/OpenBSD (Madison, WI)
-As well, the file ftp://ftp.openbsd.org/pub/OpenBSD/OSREV/ftplist
+As well, the file ftp://ftp.OpenBSD.org/pub/OpenBSD/OSREV/ftplist
contains a list which is continually updated. If you wish to become a
-distribution site for OpenBSD, contact <www@openbsd.org>.
+distribution site for OpenBSD, contact <www@OpenBSD.org>.
diff --git a/distrib/notes/packages b/distrib/notes/packages
index ee1411b4cb3..9e150413918 100644
--- a/distrib/notes/packages
+++ b/distrib/notes/packages
@@ -1,4 +1,4 @@
-dnl $OpenBSD: packages,v 1.30 2003/09/04 21:53:45 pvalchev Exp $
+dnl $OpenBSD: packages,v 1.31 2003/09/06 21:19:17 miod Exp $
As complete as your OpenBSD system is, you may want to add any of several
excellent third party software applications. There are several ways to do
this. You can:
@@ -50,14 +50,14 @@ Installing applications from the CD-ROM package collection:
Package names are usually the application name and version
with .tgz appended, e.g. emacs-20.7.tgz
-Installing applications from the ftp.openbsd.org package collection:
+Installing applications from the ftp.OpenBSD.org package collection:
All available packages for your architecture have been placed on
- ftp.openbsd.org in the directory pub/OpenBSD/OSREV/packages/MACHINE_ARCH/
+ ftp.OpenBSD.org in the directory pub/OpenBSD/OSREV/packages/MACHINE_ARCH/
You may want to peruse this to see what packages are available. The
packages are also on the OpenBSD FTP mirror sites. See
- http://www.openbsd.org/ftp.html
+ http://www.OpenBSD.org/ftp.html
for a list of current ftp mirror sites.
@@ -71,7 +71,7 @@ Installing applications from the ftp.openbsd.org package collection:
$ su
Password: <enter your root password>
# pkg_add \
- ftp://ftp.openbsd.org/pub/OpenBSD/{:--:}OSREV/packages/MACHINE_ARCH/emacs-20.7.tgz
+ ftp://ftp.OpenBSD.org/pub/OpenBSD/{:--:}OSREV/packages/MACHINE_ARCH/emacs-20.7.tgz
Packages available {:-include-:} (at least):
@@ -1214,7 +1214,7 @@ Installing applications from the CD-ROM ports collection:
Installing applications from the OpenBSD ports collection:
- See http://www.openbsd.org/ports.html for current instructions
+ See http://www.OpenBSD.org/ports.html for current instructions
on obtaining and installing OpenBSD ports.
You should also refer to the ports(7) manual page.
@@ -1227,8 +1227,8 @@ define({:-PORTS-:},
{:-ifelse(
MACHINE_ARCH,alpha,{:-FreeBSD
ports or NetBSD package collection-:},
-MACHINE_ARCH,hppa,{:-NetBSD
- package collection-:},
+dnl MACHINE_ARCH,hppa,{:-NetBSD
+dnl package collection-:},
MACHINE_ARCH,i386,{:-FreeBSD
ports or NetBSD package collection-:},
MACHINE_ARCH,m68k,{:-NetBSD
@@ -1254,7 +1254,7 @@ Installing other applications:
If an OpenBSD package or port does not exist for an application
you're pretty much on your own. The first thing to do is ask
- <ports@openbsd.org> if anyone is working on a port -- there may
+ <ports@OpenBSD.org> if anyone is working on a port -- there may
be one in progress.
ifelse(PORTS,,,{:-If no such port exists, you might want to tinker with the PORTS.
@@ -1265,5 +1265,5 @@ Installing other applications:
If you can't find an existing port try to make your own and
feed it back to OpenBSD. That's how our ports collection grows.
- Some details can be found at http://www.openbsd.org/porting.html
- with more help coming from the mailing list, <ports@openbsd.org>.
+ Some details can be found at http://www.OpenBSD.org/porting.html
+ with more help coming from the mailing list, <ports@OpenBSD.org>.