diff options
Diffstat (limited to 'security/opencryptoki/files/pkg-message.in')
-rw-r--r-- | security/opencryptoki/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/opencryptoki/files/pkg-message.in b/security/opencryptoki/files/pkg-message.in index 70b4dd1edd64..ff30709c9e40 100644 --- a/security/opencryptoki/files/pkg-message.in +++ b/security/opencryptoki/files/pkg-message.in @@ -2,6 +2,6 @@ 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%%' like following: +To use PKCS#11 token, add your_account to '%%GROUPS%%': -# pw groupadd %%GROUPS%% -m your_account +# pw groupmod %%GROUPS%% -m your_account |