diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-14 07:54:36 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-14 07:54:36 +0000 |
commit | 09e09b45ab796af0e9885f9f5422d743f07dfbe9 (patch) | |
tree | 9d4de6d93fe825b40d3aeb55af45a5122c879544 /security/opencryptoki/files | |
parent | - Update to 0.4.2 (diff) |
security/opencryptoki: Fix typo in pkg-message
Use pw groupmod to add new users to the _pkcs11 group
PR: 217130
Submitted by: Arie Bikker <src-2016@bikker.homeunix.net>
Approved by: hrs (maintainer timeout, 1 year)
Notes
Notes:
svn path=/head/; revision=464467
Diffstat (limited to 'security/opencryptoki/files')
-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 |