From 3655c82c309fa98fdc84125d1dc77be119d39d61 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Wed, 1 Sep 1999 00:53:25 +0000 Subject: [PATCH] Ppp is started on vty2, not vty3 --- release/sysinstall/network.c | 2 +- usr.sbin/sysinstall/network.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/sysinstall/network.c b/release/sysinstall/network.c index 9d7027813896..248cb3862a06 100644 --- a/release/sysinstall/network.c +++ b/release/sysinstall/network.c @@ -328,7 +328,7 @@ startPPP(Device *devp) } else { dialog_clear_norefresh(); - msgConfirm("NOTICE: The PPP command is now started on VTY3 (type ALT-F3 to\n" + msgConfirm("NOTICE: The PPP command is now started on VTY2 (type ALT-F3 to\n" "interact with it, ALT-F1 to switch back here). If you are using\n" "a PAP or CHAP login simply enter \"dial\", otherwise you'll need\n" "to use the \"term\" command which starts a terminal emulator\n" diff --git a/usr.sbin/sysinstall/network.c b/usr.sbin/sysinstall/network.c index 9d7027813896..248cb3862a06 100644 --- a/usr.sbin/sysinstall/network.c +++ b/usr.sbin/sysinstall/network.c @@ -328,7 +328,7 @@ startPPP(Device *devp) } else { dialog_clear_norefresh(); - msgConfirm("NOTICE: The PPP command is now started on VTY3 (type ALT-F3 to\n" + msgConfirm("NOTICE: The PPP command is now started on VTY2 (type ALT-F3 to\n" "interact with it, ALT-F1 to switch back here). If you are using\n" "a PAP or CHAP login simply enter \"dial\", otherwise you'll need\n" "to use the \"term\" command which starts a terminal emulator\n"