mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Use proper dialout device name
This commit is contained in:
parent
dcb4550cb2
commit
4fcbc726d9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5171
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
LOCKDIR=/var/spool/lock
|
||||
DEVICE=com1
|
||||
DEVICE=cuaa0
|
||||
|
||||
PHONE=4511234
|
||||
USER=Pkarl
|
||||
|
|
Loading…
Reference in a new issue