summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-10-06 05:17:17 +0000
committerderaadt <deraadt@openbsd.org>1997-10-06 05:17:17 +0000
commite77b22ae758e1dd6ea1c10d6c088f1741cddaae9 (patch)
treebe7565b41a55509c7f09fb2e8da939bb08c42bca
parentIgnore 'c' when computing overlap; some ports use "unknown" instead of (diff)
downloadwireguard-openbsd-e77b22ae758e1dd6ea1c10d6c088f1741cddaae9.tar.xz
wireguard-openbsd-e77b22ae758e1dd6ea1c10d6c088f1741cddaae9.zip
make ttyC5; disable getty on ttyC4 (XFree86)
-rw-r--r--etc/etc.i386/MAKEDEV4
-rw-r--r--etc/etc.i386/ttys4
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