mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To run pkcsslotd automatically, add the following line to /etc/rc.conf
|
|
|
|
pkcsslotd_enable="YES"
|
|
|
|
To use PKCS#11 token, add your_account to '%%GROUPS%%':
|
|
|
|
# pw groupmod %%GROUPS%% -m your_account
|
|
EOM
|
|
}
|
|
]
|