diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-12 17:09:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-12 17:09:34 +0000 |
| commit | 78dc4171c3f16e8c5d079397ad487b8ffc0fa38f (patch) | |
| tree | 1c95f427eede7e1fd7265bac0eb2b60feb5c7a59 /usr.sbin/sade/menus.c | |
| parent | d7ef1946161476b7a19fba9699c6e710973411de (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sade/menus.c')
| -rw-r--r-- | usr.sbin/sade/menus.c | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 7d91b3185f6d..b6651ec62194 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.64 1996/06/12 14:02:12 jkh Exp $ + * $Id: menus.c,v 1.65 1996/06/12 14:20:18 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -490,15 +490,14 @@ select one of the following tape devices detected on your system.", DMenu MenuNetworkDevice = { DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS, "Network interface information required", - "If you are using PPP over a serial device (cuaa0 or cuaa1) as opposed\n\ -to a direct ethernet connection, then you may first need to dial your\n\ -service provider using the ppp utility we provide for that purpose.\n\ -You can also install over a parallel port using a special \"laplink\"\n\ -cable, though this only works if you have another FreeBSD machine running\n\ -a fairly recent (2.0R or later) release to talk to.\n\n\ -To use PPP, select one of the serial devices, otherwise select lp0 for\n\ -the parallel port or one of the ethernet controllers (if you have one)\n\ -for an ethernet installation.", + "If you are using PPP over a serial device as opposed\n" + "to a direct ethernet connection, then you may first need to dial your\n" + "service provider using the ppp utility we provide for that purpose.\n" + "If you're using SLIP over a serial device then it's expected that you\n" + "have a hardwired connection.\n\n" + "You can also install over a parallel port using a special \"laplink\"\n" + "cable to another machine running a fairly recent (2.0R or later) version\n" + "of FreeBSD.", "Press F1 to read network configuration manual", "network_device", { { NULL } }, |
