summaryrefslogtreecommitdiffstats
path: root/usr.bin/chat
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-19 01:14:58 +0000
committerache <ache@FreeBSD.org>1994-12-19 01:14:58 +0000
commit2c2bd5ed998d8584e895bc5119f5b3c03ffe0ac5 (patch)
tree3311a7b38e17d4520584214f93a401adc20498ca /usr.bin/chat
parent62df3ff3bfefa2b2c3db2e5e20f1dbce6abdbf93 (diff)
downloadFreeBSD-src-2c2bd5ed998d8584e895bc5119f5b3c03ffe0ac5.zip
FreeBSD-src-2c2bd5ed998d8584e895bc5119f5b3c03ffe0ac5.tar.gz
Use proper dialout device name
Diffstat (limited to 'usr.bin/chat')
-rwxr-xr-xusr.bin/chat/connect-ppp2
-rwxr-xr-xusr.bin/chat/ppp-on2
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
OpenPOWER on IntegriCloud