diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-07-30 10:56:34 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-07-30 10:56:34 +0000 |
commit | 6b9ff2b8b087d8273eb3f31fcc1afc070692a751 (patch) | |
tree | fc6bfae00a8d1d58f5e1585c21c97f6460c98030 /etc/ttys | |
parent | 4ba717bfdcf017bcc02ffb350b463bfc633171ef (diff) | |
download | FreeBSD-src-6b9ff2b8b087d8273eb3f31fcc1afc070692a751.zip FreeBSD-src-6b9ff2b8b087d8273eb3f31fcc1afc070692a751.tar.gz |
Forgot to fix com01 -> com00, and added com02 and com03
Diffstat (limited to 'etc/ttys')
-rw-r--r-- | etc/ttys | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,8 +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 ttyp0 none network ttyp1 none network ttyp2 none network |