Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/getty Fix previous commit by using tty00 as an examp...



details:   https://anonhg.NetBSD.org/src/rev/8dbc52ab430b
branches:  trunk
changeset: 336097:8dbc52ab430b
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Thu Feb 12 07:32:09 2015 +0000

description:
Fix previous commit by using tty00 as an example of dialin peripheral instead
of dialout dty00.
Thanks to mrg@ for pointing it out.

diffstat:

 libexec/getty/ttys.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8110765224b5 -r 8dbc52ab430b libexec/getty/ttys.5
--- a/libexec/getty/ttys.5      Thu Feb 12 06:24:21 2015 +0000
+++ b/libexec/getty/ttys.5      Thu Feb 12 07:32:09 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ttys.5,v 1.19 2014/11/12 21:56:48 aymeric Exp $
+.\"    $NetBSD: ttys.5,v 1.20 2015/02/12 07:32:09 aymeric Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -199,7 +199,7 @@
 # root login on console at 1200 baud
 console        "/usr/libexec/getty std.1200"   vt100   on secure
 # dialup at 1200 baud, no root logins
-dty00  "/usr/libexec/getty d1200"      dialup  on      # 555-1234
+tty00  "/usr/libexec/getty d1200"      dialup  on      # 555-1234
 # Mike's terminal: hp2621
 ttyh0  "/usr/libexec/getty std.9600"   hp2621-nl       on      # 457 Evans
 # John's terminal: vt100



Home | Main Index | Thread Index | Old Index