diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-06 05:17:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-06 05:17:19 +0000 |
commit | 74456902e05f6d88bde0105106d1f3cab198a677 (patch) | |
tree | 0e5fc5bf250bde2618a4baf3df6bf984e612f7b8 /etc | |
parent | d754f366d6c4098d9b79178d87ea46611e60bdea (diff) |
make ttyC5; disable getty on ttyC4 (XFree86)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.i386/MAKEDEV | 4 | ||||
-rw-r--r-- | etc/etc.i386/ttys | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 24693994177..90bda7d0ad2 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.51 1997/09/19 16:46:49 deraadt Exp $ +# $OpenBSD: MAKEDEV,v 1.52 1997/10/06 05:17:17 deraadt Exp $ # $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -109,7 +109,7 @@ all) sh MAKEDEV tty00 tty01 tty02 tty03 pty0 pty1 st0 st1 ch0 cd0 cd1 sh MAKEDEV ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 sh MAKEDEV mcd0 acd0 vnd0 vnd1 lpa0 lpa1 ccd0 ccd1 ccd2 ccd3 - sh MAKEDEV lpt0 lpt1 lpt2 ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 + sh MAKEDEV lpt0 lpt1 lpt2 ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 sh MAKEDEV ipl tun0 tun1 tun2 sh MAKEDEV bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 sh MAKEDEV speaker lkm mms0 lms0 pms0 audio joy0 joy1 apm pcmcia local diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index 131d554f06f..86a9209137d 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -1,6 +1,6 @@ # # from: @(#)ttys 5.1 (Berkeley) 4/17/89 -# $Id: ttys,v 1.9 1997/06/03 20:41:13 deraadt Exp $ +# $Id: ttys,v 1.10 1997/10/06 05:17:18 deraadt Exp $ # # name getty type status comments # @@ -10,7 +10,7 @@ ttyC0 "/usr/libexec/getty Pc" vt220 on secure ttyC1 "/usr/libexec/getty Pc" vt220 on secure ttyC2 "/usr/libexec/getty Pc" vt220 on secure ttyC3 "/usr/libexec/getty Pc" vt220 on secure -ttyC4 "/usr/libexec/getty Pc" vt220 on secure +ttyC4 "/usr/libexec/getty Pc" vt220 off secure ttyC5 "/usr/libexec/getty Pc" vt220 on secure ttyC6 "/usr/libexec/getty Pc" vt220 off secure ttyC7 "/usr/libexec/getty Pc" vt220 off secure |