diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2000-01-24 05:03:51 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2000-01-24 05:03:51 +0000 |
commit | 25aea67bed7fef913d15000332718c1c67d57b46 (patch) | |
tree | 88c5583d531289fa42ac28943e1280edf005434c /etc | |
parent | e5d83f9957f1ee31bd0657646a9b4f8c2085f598 (diff) |
fix getty problem with ttys.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.mvme68k/ttys | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.mvme68k/ttys b/etc/etc.mvme68k/ttys index db7e65a72b1..92040dd6b19 100644 --- a/etc/etc.mvme68k/ttys +++ b/etc/etc.mvme68k/ttys @@ -1,16 +1,16 @@ # -# $OpenBSD: ttys,v 1.5 1998/06/28 03:27:01 todd Exp $ +# $OpenBSD: ttys,v 1.6 2000/01/24 05:03:50 smurph Exp $ # # name getty type status comments # # If the console is marked insecure, single-user requires # the root password. -console "/usr/libexec/getty Pc" unknown off secure -ttya "/usr/libexec/getty Pc" unknown on secure # 147/162 console +console "/usr/libexec/getty Pc" unknown on secure +ttya "/usr/libexec/getty Pc" unknown off secure # 147/162 console ttyb "/usr/libexec/getty Pc" unknown off ttyc "/usr/libexec/getty Pc" unknown off ttyd "/usr/libexec/getty Pc" unknown off -tty00 "/usr/libexec/getty Pc" unknown on secure # 167/17x console +tty00 "/usr/libexec/getty Pc" unknown off secure # 167/17x console tty01 "/usr/libexec/getty Pc" unknown off tty02 "/usr/libexec/getty Pc" unknown off tty03 "/usr/libexec/getty Pc" unknown off |