diff options
author | ache <ache@FreeBSD.org> | 1994-12-19 01:22:21 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-19 01:22:21 +0000 |
commit | 9c0459dc63dbfe1e195946470d1a3cc4f4e07b51 (patch) | |
tree | a562848eb63f70cec1a3b7a268b7d31308c483b2 /usr.bin | |
parent | 2c2bd5ed998d8584e895bc5119f5b3c03ffe0ac5 (diff) | |
download | FreeBSD-src-9c0459dc63dbfe1e195946470d1a3cc4f4e07b51.zip FreeBSD-src-9c0459dc63dbfe1e195946470d1a3cc4f4e07b51.tar.gz |
Use proper device names.
Remove fix-cua script, does nothing good.
Diffstat (limited to 'usr.bin')
-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 e46fbd0..8b7d0d1 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 6bb4f41..d150cfb 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 |