diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-05-02 22:18:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-05-02 22:18:17 +0000 |
commit | 5e9a6082b29e828d4c09023948c650a5acd05b82 (patch) | |
tree | e28acd7737f2362d205a515b9e3d4a99850274b1 /distrib | |
parent | 6c1eae9511a95fbf32956063114a575918580576 (diff) |
Correctly number the items in the ``installing via HTTP'' instructions;
from Mike Pechkin <mpech@prosoft.org.lv>
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/m4.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 50996f4b149..f2218529228 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.12 2001/04/24 23:04:21 miod Exp $ +dnl $OpenBSD: m4.common,v 1.13 2001/05/02 22:18:16 miod Exp $ dnl dnl simulate an include path with a macro 'includeit'. define(`includeit',`sinclude('INCLUDE/`$1)sinclude('INCLUDE/../`$1)')dnl @@ -299,12 +299,12 @@ define({:-OpenBSDHTTPInstall-:}, You need to {:-define-:} a proxy if you are behind a firewall that blocks outgoing http connections (assuming you have a proxy available to use). - 3) The IP address (or hostname if you enabled + 2) The IP address (or hostname if you enabled DNS earlier in the install) of an http server carrying the OpenBSD OSREV distribution. If you don't know, just hit return when asked if you want to see a list of such hosts. - 4) The directory holding the distribution sets. + 3) The directory holding the distribution sets. There is no standard location for this; You should use the directory specified along with the server in the list of official |