Module Name:    src
Committed By:   aymeric
Date:           Thu Feb 12 07:32:09 UTC 2015

Modified Files:
        src/libexec/getty: ttys.5

Log Message:
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.19 -r1.20 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.19 src/libexec/getty/ttys.5:1.20
--- src/libexec/getty/ttys.5:1.19	Wed Nov 12 21:56:48 2014
+++ src/libexec/getty/ttys.5	Thu Feb 12 07:32:09 2015
@@ -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 @@ 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