summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-12-10 10:34:47 +0000
committermurray <murray@FreeBSD.org>2001-12-10 10:34:47 +0000
commit8caecaf3021c298d765d9d808e3bbb71aeb126d7 (patch)
tree219f197fa8fafd395e9ffa1472e7f721cca47d64
parent7d96c168ecc957a04ffb6a86c4243e2094b48a3a (diff)
downloadFreeBSD-src-8caecaf3021c298d765d9d808e3bbb71aeb126d7.zip
FreeBSD-src-8caecaf3021c298d765d9d808e3bbb71aeb126d7.tar.gz
Provide a more specific help line for PLIP installs, reminding the
user that they must provide the peer's IP address in the 'extra options to ifconfig' box. PR: misc/21273
-rw-r--r--usr.sbin/sysinstall/tcpip.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 0ca7e79..ef862d4 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -467,6 +467,11 @@ tcpOpenDialog(Device *devp)
/* Now do all the screen I/O */
dialog_clear_norefresh();
+ /* Modify the help line for PLIP config */
+ if (!strncmp(devp->name, "lp", 2))
+ layout[LAYOUT_EXTRAS].help =
+ "For PLIP configuration, you must enter the peer's IP address here.";
+
/* We need a curses window */
tmp = " Network Configuration ";
if (ipv6addr[0])
OpenPOWER on IntegriCloud