diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-03-08 11:06:50 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-03-08 11:06:50 +0000 |
| commit | af1353594f3471c436153ea778b3011641bf4b54 (patch) | |
| tree | da6834358cef342c8d68353cf0678a4be547d9f8 /usr.sbin/sysinstall | |
| parent | 06257ca4f40e047b418a2742ac6829b40bbccf46 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/help/usage.hlp | 7 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/sysinstall.h | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/help/usage.hlp b/usr.sbin/sysinstall/help/usage.hlp index 4f7dd1d4bf097..8c497f0e18ae3 100644 --- a/usr.sbin/sysinstall/help/usage.hlp +++ b/usr.sbin/sysinstall/help/usage.hlp @@ -33,9 +33,10 @@ Selecting OK in a menu will confirm whatever action it's controlling. Selecting Cancel will cancel the operation and generally return you to the previous menu. -Most screens have Help - READ IT! It generally offers -context-specific hints on what to do next, and if you're confused at -any point, hit the F1 key for tips on what to do next. +Most screens obey the Help key (F1) - USE IT! It generally offers useful +context-specific hints on what to do at each stage of the installation, +and if you're at all unsure about what to do at a given stage in the +installation, hit F1! SPECIAL FEATURES: diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 0f6e61c524c92..45a997196bd9a 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id$ + * $Id: sysinstall.h,v 1.118 1997/02/22 14:12:18 peter Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -56,7 +56,7 @@ /* Different packages we depend on - update this when package version change! */ #define PACKAGE_GATED "gated-3.5b3" -#define PACKAGE_APACHE "apache-1.2b4" +#define PACKAGE_APACHE "apache-1.2b7" #define PACKAGE_NETCON "commerce/netcon/bsd61" #define PACKAGE_PCNFSD "pcnfsd-93.02.16" #define PACKAGE_SAMBA "samba-1.9.15p8" |
