diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-20 08:03:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-20 08:03:02 +0000 |
commit | 054f18188643cce79a8d398dc2aa4259bd4f899a (patch) | |
tree | 97e264d7babe53d23883a152469ca794419f90eb /etc | |
parent | 149ef357e2560de62fd7cbcb050efff359984048 (diff) |
Run a getty on the console at least; Luke Th. Bullock
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.mvme88k/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.mvme88k/ttys b/etc/etc.mvme88k/ttys index a5c9131a8d7..54327f44dba 100644 --- a/etc/etc.mvme88k/ttys +++ b/etc/etc.mvme88k/ttys @@ -1,11 +1,11 @@ # -# $OpenBSD: ttys,v 1.5 2003/08/07 21:06:37 miod Exp $ +# $OpenBSD: ttys,v 1.6 2003/08/20 08:03:01 miod 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 +console "/usr/libexec/getty Pc" unknown on secure # MVME188 dart(4) serial ports ttya "/usr/libexec/getty Pc" unknown off secure # console ttyb "/usr/libexec/getty Pc" unknown off |