summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-09-01 00:53:25 +0000
committerbrian <brian@FreeBSD.org>1999-09-01 00:53:25 +0000
commitfd1aaa60e2636e976b5045cb5bc374a15df1a1d4 (patch)
tree6defabce13a441af582808d7d5b428b2007cfd0d /usr.sbin
parentfb20a775244b03de0cd6b8d6716af62e44004824 (diff)
downloadFreeBSD-src-fd1aaa60e2636e976b5045cb5bc374a15df1a1d4.zip
FreeBSD-src-fd1aaa60e2636e976b5045cb5bc374a15df1a1d4.tar.gz
Ppp is started on vty2, not vty3
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/network.c b/usr.sbin/sysinstall/network.c
index 9d70278..248cb38 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"
OpenPOWER on IntegriCloud