blob: 556d44de91c62bc088143de082292122c141192c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
Blinkstick has been installed. You have to restart devd(8) with the command:
# service devd restart
Blinkstick also requires read/write access to devices, so the users
must belong to the operator group. You can add them with the command:
# pw group mod operator -m <user>
EOM
}
]
|