Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.x68k Remove softcar from the example setting for dia...
details: https://anonhg.NetBSD.org/src/rev/6c7f253fbe53
branches: trunk
changeset: 477050:6c7f253fbe53
user: minoura <minoura%NetBSD.org@localhost>
date: Fri Oct 08 14:21:58 1999 +0000
description:
Remove softcar from the example setting for dialup (commented).
(Thanks to Shuuichi Suyama <ghe02376%nifty.ne.jp@localhost> and msaitoh)
Use ttye0 for ITE instead of console.
diffstat:
etc/etc.x68k/ttys | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r a5955b26d3a4 -r 6c7f253fbe53 etc/etc.x68k/ttys
--- a/etc/etc.x68k/ttys Fri Oct 08 13:53:00 1999 +0000
+++ b/etc/etc.x68k/ttys Fri Oct 08 14:21:58 1999 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: ttys,v 1.3 1998/08/04 16:19:34 minoura Exp $
+# $NetBSD: ttys,v 1.4 1999/10/08 14:21:58 minoura Exp $
#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
#
@@ -7,9 +7,10 @@
#
# If the console is marked insecure, single-user requires
# the root password.
-console "/usr/libexec/getty Pc" x68k on secure
-tty00 "/usr/libexec/getty std.9600" unknown off secure # int. serial.
-#tty00 none unknown off secure rtcsts softcar # for dialup ppp.
+console "/usr/libexec/getty Pc" x68k off secure
+ttye0 "/usr/libexec/getty std.9600" x68k on secure # ITE
+tty00 "/usr/libexec/getty std.9600" vt100 on secure # int. serial.
+#tty00 none unknown off rtcsts # dialup PPP.
tty02 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
tty03 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
com0 "/usr/libexec/getty std.9600" unknown off secure # ext. serial.
Home |
Main Index |
Thread Index |
Old Index