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
This commit is contained in:
Murray Stokely 2001-12-10 10:34:47 +00:00
parent 956d569b10
commit f7be3a706e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87609

View File

@ -467,6 +467,11 @@ tcpOpenDialog(Device *devp)
/* Now do all the screen I/O */ /* Now do all the screen I/O */
dialog_clear_norefresh(); 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 */ /* We need a curses window */
tmp = " Network Configuration "; tmp = " Network Configuration ";
if (ipv6addr[0]) if (ipv6addr[0])