diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-14 22:43:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-14 22:43:32 +0000 |
commit | 25fc604bfe493d365f9e166c2dbf1cfddcfb63e1 (patch) | |
tree | 96d9b866793e61891c58fdf3a3bb795220fbc28a /etc | |
parent | 6ceba832ee3340737c3ea9061230b6ec73d0748e (diff) |
enable ttyC0 and ttyC1 by default; wow, how did you miss that dale!
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.zaurus/ttys | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/etc.zaurus/ttys b/etc/etc.zaurus/ttys index f347ae16d6a..ecb6c8ed00c 100644 --- a/etc/etc.zaurus/ttys +++ b/etc/etc.zaurus/ttys @@ -1,13 +1,13 @@ # -# $OpenBSD: ttys,v 1.1 2004/12/31 00:06:15 drahn Exp $ +# $OpenBSD: ttys,v 1.2 2005/01/14 22:43:31 deraadt Exp $ # # name getty type status comments # console "/usr/libexec/getty Pc" vt220 off secure -ttyC0 "/usr/libexec/getty Pc" vt220 off secure -ttyC1 "/usr/libexec/getty Pc" vt220 off secure -tty00 "/usr/libexec/getty std.9600" unknown on secure -tty01 "/usr/libexec/getty std.9600" unknown on secure +ttyC0 "/usr/libexec/getty Pc" vt220 on secure +ttyC1 "/usr/libexec/getty Pc" vt220 on 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 tty03 "/usr/libexec/getty std.9600" unknown off tty04 "/usr/libexec/getty std.9600" unknown off |