diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-19 01:22:21 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-19 01:22:21 +0000 |
| commit | 338bca2c5e3ebbdb19de3b4016ded593b196eafd (patch) | |
| tree | a562848eb63f70cec1a3b7a268b7d31308c483b2 | |
| parent | 4fcbc726d99c869fac1808fea88137636608a11a (diff) | |
Notes
| -rw-r--r-- | usr.bin/chat/Example | 4 | ||||
| -rwxr-xr-x | usr.bin/chat/ppp-on | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/chat/Example b/usr.bin/chat/Example index e46fbd0abf55..8b7d0d14d7a3 100644 --- a/usr.bin/chat/Example +++ b/usr.bin/chat/Example @@ -1,5 +1,5 @@ # -../pppd/pppd -d connect 'chat "" ATDT5551212 CONNECT "" ogin: ppp' netmask 255.255.255.0 /dev/com1 38400 +../pppd/pppd -d connect 'chat "" ATDT5551212 CONNECT "" ogin: ppp' netmask 255.255.255.0 /dev/cuaa0 38400 -../pppd/pppd connect 'chat "" AATDT5551212 CONNECT "" ogin: ppp' netmask 255.255.255.0 /dev/com1 38400 +../pppd/pppd connect 'chat "" AATDT5551212 CONNECT "" ogin: ppp' netmask 255.255.255.0 /dev/cuaa0 38400 diff --git a/usr.bin/chat/ppp-on b/usr.bin/chat/ppp-on index 6bb4f414cc45..d150cfbd3910 100755 --- a/usr.bin/chat/ppp-on +++ b/usr.bin/chat/ppp-on @@ -20,8 +20,6 @@ then exit 1 fi -fix-cua $DEVICE - ( stty 19200 -tostop |
