diff options
author | 1998-06-28 00:48:37 +0000 | |
---|---|---|
committer | 1998-06-28 00:48:37 +0000 | |
commit | 5d0e57eee9d4fde4ffbcad5dfdd6177bad77e02b (patch) | |
tree | 8b59809895bd8aed29691ce0be8e0301c700e42f | |
parent | copy from netbsd... (diff) | |
download | wireguard-openbsd-5d0e57eee9d4fde4ffbcad5dfdd6177bad77e02b.tar.xz wireguard-openbsd-5d0e57eee9d4fde4ffbcad5dfdd6177bad77e02b.zip |
indent
-rw-r--r-- | etc/etc.i386/ttys | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index 587ed378aa0..f42decadb09 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -1,15 +1,15 @@ # -# $OpenBSD: ttys,v 1.12 1998/04/07 06:02:56 deraadt Exp $ +# $OpenBSD: ttys,v 1.13 1998/06/28 00:48:37 art 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 -ttyC2 "/usr/libexec/getty Pc" vt220 on secure -ttyC3 "/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 off secure -ttyC5 "/usr/libexec/getty Pc" vt220 on 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 tty00 "/usr/libexec/getty std.9600" unknown off |