diff options
Diffstat (limited to 'usr.bin')
-rwxr-xr-x | usr.bin/chat/connect-ppp | 2 | ||||
-rwxr-xr-x | usr.bin/chat/ppp-on | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chat/connect-ppp b/usr.bin/chat/connect-ppp index 2796b9d2..d37067d 100755 --- a/usr.bin/chat/connect-ppp +++ b/usr.bin/chat/connect-ppp @@ -22,7 +22,7 @@ CON_DB=/etc/ppp-connections #<LOCAL> define whatever your device is. -DEVICE=tty00 +DEVICE=cuaa0 #<LOCAL> define whatever your device speed is. DEVICESPEED=57600 diff --git a/usr.bin/chat/ppp-on b/usr.bin/chat/ppp-on index 305f2b0..6bb4f41 100755 --- a/usr.bin/chat/ppp-on +++ b/usr.bin/chat/ppp-on @@ -7,7 +7,7 @@ # LOCKDIR=/var/spool/lock -DEVICE=com1 +DEVICE=cuaa0 PHONE=4511234 USER=Pkarl |