Source-Changes-HG archive

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

[src/netbsd-7]: src/libexec/getty Pull up following revision(s) (requested by...



details:   https://anonhg.NetBSD.org/src/rev/642d8eec046b
branches:  netbsd-7
changeset: 798982:642d8eec046b
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Feb 14 07:16:53 2015 +0000

description:
Pull up following revision(s) (requested by aymeric in ticket #510):
        libexec/getty/ttys.5: revision 1.20
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 6908408af301 -r 642d8eec046b libexec/getty/ttys.5
--- a/libexec/getty/ttys.5      Sat Feb 14 07:14:23 2015 +0000
+++ b/libexec/getty/ttys.5      Sat Feb 14 07:16:53 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ttys.5,v 1.18.10.1 2015/02/11 12:59:49 martin Exp $
+.\"    $NetBSD: ttys.5,v 1.18.10.2 2015/02/14 07:16:53 snj 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