diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-26 04:10:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-26 04:10:26 +0000 |
commit | 0f5aa7f6ce44f7bb516737ab1e94a9ec79be00a6 (patch) | |
tree | b932d2da06e14de27126346e20858616f183f948 /etc/etc.zaurus/ttys | |
parent | cdb7afd89716938e1279ac2cf3727c7859f60315 (diff) |
disable ttyC1 until someone fixes the stupid bug
Diffstat (limited to 'etc/etc.zaurus/ttys')
-rw-r--r-- | etc/etc.zaurus/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.zaurus/ttys b/etc/etc.zaurus/ttys index ecb6c8ed00c..4b5c6f3123c 100644 --- a/etc/etc.zaurus/ttys +++ b/etc/etc.zaurus/ttys @@ -1,11 +1,11 @@ # -# $OpenBSD: ttys,v 1.2 2005/01/14 22:43:31 deraadt Exp $ +# $OpenBSD: ttys,v 1.3 2007/03/26 04:10:25 deraadt Exp $ # # name getty type status comments # console "/usr/libexec/getty Pc" vt220 off secure ttyC0 "/usr/libexec/getty Pc" vt220 on secure -ttyC1 "/usr/libexec/getty Pc" vt220 on secure +ttyC1 "/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 |