mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
20 lines
490 B
Plaintext
20 lines
490 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
You installed pyOBD: OBD-II compliant car diagnostic tool.
|
|
|
|
pyOBD expects the device /dev/ttyU0 that should be created when you
|
|
connect the OBD-II cable.
|
|
|
|
You need these lines in /etc/devfs.rules to make the device readable
|
|
and writable by you. If your user is in the group users:
|
|
|
|
[localrules=5]
|
|
add path 'ttyU*' mode 0660 group users
|
|
|
|
You also need this line in /etc/rc.conf to allow localrules to take effect:
|
|
devfs_system_ruleset="localrules"
|
|
EOM
|
|
}
|
|
]
|