From abc45eb8f5b37ea6e504eb5a713d50c9689939ef Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 19 Jul 2008 20:00:18 +0000 Subject: With uart(4) default, change /dev/cuad# to /dev/cuau# so that out-of-the-box FreeBSD is consistent. --- etc/ppp/ppp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/ppp/ppp.conf') diff --git a/etc/ppp/ppp.conf b/etc/ppp/ppp.conf index 4ddbda504eee..251231468fde 100644 --- a/etc/ppp/ppp.conf +++ b/etc/ppp/ppp.conf @@ -13,9 +13,9 @@ default: ident user-ppp VERSION (built COMPILATIONDATE) # Ensure that "device" references the correct serial port - # for your modem. (cuad0 = COM1, cuad1 = COM2) + # for your modem. (cuau0 = COM1, cuau1 = COM2) # - set device /dev/cuad1 + set device /dev/cuau1 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ -- cgit v1.2.3