aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libcec/pkg-message
blob: 160bea5b00aaa08696280b357395e14aba3c177c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
{ type: install
  message: <<EOM
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:

% service devfs restart
EOM
}
]