From 4f9da521275cd9e5af95d83e7f931eadd628aaa2 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 30 Jul 1993 10:58:46 +0000 Subject: [PATCH] Fixed com1 -> com00 since com ports are 0 based. --- etc/remote | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/remote b/etc/remote index 45f328851026..72fcde64621b 100644 --- a/etc/remote +++ b/etc/remote @@ -36,5 +36,5 @@ dial1200|1200 Baud Hayes attributes:\ :dv=/dev/tty19:br#1200:cu=/dev/tty19:at=hayes:du: # Hardwired line -com1c|com1:dv=/dev/com1:br#9600: -com1b:dv=/dev/com1:br#2400: +com00c|com0c:dv=/dev/com00:br#9600 +com00b|com0b:dv=/dev/com00:br#2400