aboutsummaryrefslogtreecommitdiff
path: root/security/opencryptoki
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-03-14 07:54:36 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-03-14 07:54:36 +0000
commit09e09b45ab796af0e9885f9f5422d743f07dfbe9 (patch)
tree9d4de6d93fe825b40d3aeb55af45a5122c879544 /security/opencryptoki
parentc6864a3388ec7d36f91f349ef2ad8bf389576e2c (diff)
downloadports-09e09b45ab796af0e9885f9f5422d743f07dfbe9.tar.gz
ports-09e09b45ab796af0e9885f9f5422d743f07dfbe9.zip
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')
-rw-r--r--security/opencryptoki/Makefile1
-rw-r--r--security/opencryptoki/files/pkg-message.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile
index 822b278a3121..5257cf8bded7 100644
--- a/security/opencryptoki/Makefile
+++ b/security/opencryptoki/Makefile
@@ -3,6 +3,7 @@
PORTNAME= opencryptoki
PORTVERSION= 3.6
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
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