diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-09-05 15:55:03 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-09-05 15:55:03 +0000 |
commit | fc27c26386bffce131e186da49b121e0a108fb0e (patch) | |
tree | 3bdb8ad514f84f9000b802d7fa82d7af9ad950c2 /etc/ttys | |
parent | b215595560d4ccf8b2fab15bdbeec60f8819995f (diff) | |
download | FreeBSD-src-fc27c26386bffce131e186da49b121e0a108fb0e.zip FreeBSD-src-fc27c26386bffce131e186da49b121e0a108fb0e.tar.gz |
Replaced comxx with ttyxx, as that is now the correct name to use when
refering to serial lines
Diffstat (limited to 'etc/ttys')
-rw-r--r-- | etc/ttys | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,10 +4,10 @@ # name getty type status comments # vga "/usr/libexec/getty Pc" pc3 on secure -com00 "/usr/libexec/getty std.9600" unknown off secure -com01 "/usr/libexec/getty std.9600" unknown off secure -com02 "/usr/libexec/getty std.9600" unknown off secure -com03 "/usr/libexec/getty std.9600" unknown 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 secure +tty03 "/usr/libexec/getty std.9600" unknown off secure ttyp0 none network ttyp1 none network ttyp2 none network |