diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-10 10:28:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-10 10:28:17 +0000 |
commit | afed71da2ec3c53eeaed07724e300eb301143150 (patch) | |
tree | fd6ba3b8b80890c327208876db84d3354ae229a4 /distrib | |
parent | 265547fd919f15eaef2ec7f092d81eabbaf6dc2f (diff) |
fix a few errors
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/INSTALL | 13 | ||||
-rw-r--r-- | distrib/notes/Makefile | 3 | ||||
-rw-r--r-- | distrib/notes/amiga/legal | 0 | ||||
-rw-r--r-- | distrib/notes/atari/legal | 0 | ||||
-rw-r--r-- | distrib/notes/hp300/legal | 0 | ||||
-rw-r--r-- | distrib/notes/i386/legal | 0 | ||||
-rw-r--r-- | distrib/notes/legal.common | 0 | ||||
-rw-r--r-- | distrib/notes/mac68k/legal | 0 | ||||
-rw-r--r-- | distrib/notes/pc532/legal | 0 | ||||
-rw-r--r-- | distrib/notes/sparc/legal | 0 | ||||
-rw-r--r-- | distrib/notes/sun3/legal | 0 |
11 files changed, 5 insertions, 11 deletions
diff --git a/distrib/notes/INSTALL b/distrib/notes/INSTALL index f42290eb3e6..3e82465c896 100644 --- a/distrib/notes/INSTALL +++ b/distrib/notes/INSTALL @@ -30,11 +30,11 @@ restricted. Many new user programs have been added in OpenBSD 2.0, as well, bringing it closer to our goal of supplying a complete UN*X-like -environment. Tools like perl and ksh are standard, +environment. Tools like perl and ksh are standard, as are numerous +other useful tools. #include "whatis" - Sources of OpenBSD: ------------------- @@ -51,7 +51,8 @@ The OpenBSD 2.0 release is organized in the following way: In addition to the files and directories listed above, there is one directory per architecture, for each of the architectures that OpenBSD -2.0 has a binary distribution for. +2.0 has a binary distribution for. (That is described further along in +this document). The source distribution sets can be found in subdirectories of the "source" subdirectory of the distribution tree. They contain the @@ -111,37 +112,31 @@ their output to the "CKSUMS" or "MD5" file. #include "contents" - OpenBSD System Requirements and Supported Devices: -------------------------------------------------- #include "hardware" - Getting the OpenBSD System on to Useful Media: ---------------------------------------------- #include "xfer" - Preparing your System for OpenBSD Installation: ----------------------------------------------- #include "prep" - Installing the OpenBSD System: ------------------------------ #include "install" - Upgrading a previously-installed OpenBSD System: ------------------------------------------------ #include "upgrade" - Using online OpenBSD documentation: ----------------------------------- diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 504445dbc6c..6e9be42c7ce 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -9,8 +9,7 @@ TARG= INSTALL.$M SRC= $(.CURDIR)/INSTALL DEP= $(SRC) $(.CURDIR)/mirrors $(.CURDIR)/$M/whatis $(.CURDIR)/$M/contents \ $(.CURDIR)/$M/hardware $(.CURDIR)/$M/xfer $(.CURDIR)/$M/prep \ - $(.CURDIR)/$M/install $(.CURDIR)/$M/upgrade $(.CURDIR)/donations \ - $(.CURDIR)/legal.common $(.CURDIR)/$M/legal + $(.CURDIR)/$M/install $(.CURDIR)/$M/upgrade $(.CURDIR)/donations all: $(TARG) diff --git a/distrib/notes/amiga/legal b/distrib/notes/amiga/legal deleted file mode 100644 index e69de29bb2d..00000000000 --- a/distrib/notes/amiga/legal +++ /dev/null diff --git a/distrib/notes/atari/legal b/distrib/notes/atari/legal deleted file mode 100644 index e69de29bb2d..00000000000 --- a/distrib/notes/atari/legal +++ /dev/null diff --git a/distrib/notes/hp300/legal b/distrib/notes/hp300/legal deleted file mode 100644 index e69de29bb2d..00000000000 --- a/distrib/notes/hp300/legal +++ /dev/null diff --git a/distrib/notes/i386/legal b/distrib/notes/i386/legal deleted file mode 100644 index e69de29bb2d..00000000000 --- a/distrib/notes/i386/legal +++ /dev/null diff --git a/distrib/notes/legal.common b/distrib/notes/legal.common deleted file mode 100644 index e69de29bb2d..00000000000 --- a/distrib/notes/legal.common +++ /dev/null diff --git a/distrib/notes/mac68k/legal b/distrib/notes/mac68k/legal deleted file mode 100644 index e69de29bb2d..00000000000 --- a/distrib/notes/mac68k/legal +++ /dev/null diff --git a/distrib/notes/pc532/legal b/distrib/notes/pc532/legal deleted file mode 100644 index e69de29bb2d..00000000000 --- a/distrib/notes/pc532/legal +++ /dev/null diff --git a/distrib/notes/sparc/legal b/distrib/notes/sparc/legal deleted file mode 100644 index e69de29bb2d..00000000000 --- a/distrib/notes/sparc/legal +++ /dev/null diff --git a/distrib/notes/sun3/legal b/distrib/notes/sun3/legal deleted file mode 100644 index e69de29bb2d..00000000000 --- a/distrib/notes/sun3/legal +++ /dev/null |