Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.i386 turn off ttyE[123] by default -- default instal...
details: https://anonhg.NetBSD.org/src/rev/d6cb49d7aa0d
branches: trunk
changeset: 472517:d6cb49d7aa0d
user: perry <perry%NetBSD.org@localhost>
date: Sat May 01 00:23:27 1999 +0000
description:
turn off ttyE[123] by default -- default installs don't configure them.
diffstat:
etc/etc.i386/ttys | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 24ef5330fa5d -r d6cb49d7aa0d etc/etc.i386/ttys
--- a/etc/etc.i386/ttys Sat May 01 00:06:20 1999 +0000
+++ b/etc/etc.i386/ttys Sat May 01 00:23:27 1999 +0000
@@ -1,14 +1,14 @@
#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
-# $NetBSD: ttys,v 1.9 1999/02/02 14:33:04 drochner Exp $
+# $NetBSD: ttys,v 1.10 1999/05/01 00:23:27 perry Exp $
#
# name getty type status comments
#
console "/usr/libexec/getty Pc" pc3 off secure
ttyE0 "/usr/libexec/getty Pc" vt220 on secure
-ttyE1 "/usr/libexec/getty Pc" vt220 on secure
-ttyE2 "/usr/libexec/getty Pc" vt220 on secure
-ttyE3 "/usr/libexec/getty Pc" vt220 on secure
+ttyE1 "/usr/libexec/getty Pc" vt220 off secure
+ttyE2 "/usr/libexec/getty Pc" vt220 off secure
+ttyE3 "/usr/libexec/getty Pc" vt220 off secure
tty00 "/usr/libexec/getty std.9600" unknown off secure
tty01 "/usr/libexec/getty std.9600" unknown off secure
tty02 "/usr/libexec/getty std.9600" unknown off secure
Home |
Main Index |
Thread Index |
Old Index