ab72a97126
- Distfile is available on GH not GHC - Use pathfix instead of manual REINPLACE - gmake and _FILE_OFFSET_BITS are not needed - USE_AUTORECONF does not exist - Add a pkg-message about permissions needed - Update adapter detection patch PR: ports/177391 PR: ports/179331 Submitted by: Mickael Maillot, Manuel Creach (maintainer)
19 lines
430 B
Text
19 lines
430 B
Text
WARNING:
|
|
|
|
You need write permissions on the USB device to make it work properly.
|
|
Consider adding your user to the operator group:
|
|
|
|
% pw groupmod operator -m jerry
|
|
|
|
and adding a rule in /etc/devfs.rules like this one:
|
|
|
|
[system=10]
|
|
add path 'ttyU*' mode 0660 group operator
|
|
|
|
To load this new rule add the following to /etc/rc.conf:
|
|
|
|
devfs_system_ruleset="system"
|
|
|
|
Then restart devfs to load the new rule:
|
|
|
|
% /etc/rc.d/devfs restart
|