Module Name:    src
Committed By:   snj
Date:           Sat Feb 14 07:16:53 UTC 2015

Modified Files:
        src/libexec/getty [netbsd-7]: ttys.5

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18.10.1 -r1.18.10.2 src/libexec/getty/ttys.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/getty/ttys.5
diff -u src/libexec/getty/ttys.5:1.18.10.1 src/libexec/getty/ttys.5:1.18.10.2
--- src/libexec/getty/ttys.5:1.18.10.1	Wed Feb 11 12:59:49 2015
+++ src/libexec/getty/ttys.5	Sat Feb 14 07:16:53 2015
@@ -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 @@ program must be run for changes in those
 # 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

Reply via email to