Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.amiga switch ttye* off, and switch /dev/console on.



details:   https://anonhg.NetBSD.org/src/rev/c473fcee09cc
branches:  trunk
changeset: 475795:c473fcee09cc
user:      is <is%NetBSD.org@localhost>
date:      Wed Aug 25 20:37:10 1999 +0000

description:
switch ttye* off, and switch /dev/console on.
This way:
- screenblank works
- we don't need to change ttys just to get console login working.

diffstat:

 etc/etc.amiga/ttys |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (35 lines):

diff -r 453445c1cf26 -r c473fcee09cc etc/etc.amiga/ttys
--- a/etc/etc.amiga/ttys        Wed Aug 25 20:34:56 1999 +0000
+++ b/etc/etc.amiga/ttys        Wed Aug 25 20:37:10 1999 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ttys,v 1.14 1997/10/29 20:10:53 veego Exp $
+#      $NetBSD: ttys,v 1.15 1999/08/25 20:37:10 is Exp $
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
 #
@@ -7,15 +7,15 @@
 #
 # If the console is marked insecure, single-user requires
 # the root password.
-console        "/usr/libexec/getty Pc"         vt220   off secure 
-ttye0  "/usr/libexec/getty Pc"         vt220   on secure       # custom chips
-ttye1  "/usr/libexec/getty Pc"         vt220   on secure       # retina
-ttye2  "/usr/libexec/getty Pc"         vt220   on secure       # retina
-ttye3  "/usr/libexec/getty Pc"         vt220   on secure       # cirrus logic
-ttye4  "/usr/libexec/getty Pc"         vt220   on secure       # a2410
-ttye5  "/usr/libexec/getty Pc"         vt220   on secure       # CyberVision64
-ttye6  "/usr/libexec/getty Pc"         vt220   on secure       # Domino, Merlin, oMniBus
-ttye7  "/usr/libexec/getty Pc"         vt220   on secure       # CyberVision64/3D
+console        "/usr/libexec/getty Pc"         vt220   on secure 
+ttye0  "/usr/libexec/getty Pc"         vt220   off secure      # custom chips
+ttye1  "/usr/libexec/getty Pc"         vt220   off secure      # retina
+ttye2  "/usr/libexec/getty Pc"         vt220   off secure      # retina
+ttye3  "/usr/libexec/getty Pc"         vt220   off secure      # cirrus logic
+ttye4  "/usr/libexec/getty Pc"         vt220   off secure      # a2410
+ttye5  "/usr/libexec/getty Pc"         vt220   off secure      # CyberVision64
+ttye6  "/usr/libexec/getty Pc"         vt220   off secure      # Domino, Merlin, oMniBus
+ttye7  "/usr/libexec/getty Pc"         vt220   off secure      # CyberVision64/3D
 tty00  "/usr/libexec/getty std.9600"   unknown off secure      # int. serial.
 ttyp0  none                    network
 ttyp1  none                    network



Home | Main Index | Thread Index | Old Index