diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-07-19 20:00:18 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-07-19 20:00:18 +0000 |
| commit | abc45eb8f5b37ea6e504eb5a713d50c9689939ef (patch) | |
| tree | dacccc1d7a600713da1f130dbd48077bc75aab13 | |
| parent | 1cc2bd820b4bf464a638cbad6fdfd7e9df7eb32a (diff) | |
Notes
| -rw-r--r-- | etc/ppp/ppp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |
