svn commit: r464467 - in head/security/opencryptoki: . files
Tobias Kortkamp
tobik at FreeBSD.org
Wed Mar 14 07:54:37 UTC 2018
Author: tobik
Date: Wed Mar 14 07:54:36 2018
New Revision: 464467
URL: https://svnweb.freebsd.org/changeset/ports/464467
Log:
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 at bikker.homeunix.net>
Approved by: hrs (maintainer timeout, 1 year)
Modified:
head/security/opencryptoki/Makefile
head/security/opencryptoki/files/pkg-message.in
Modified: head/security/opencryptoki/Makefile
==============================================================================
--- head/security/opencryptoki/Makefile Wed Mar 14 07:54:28 2018 (r464466)
+++ head/security/opencryptoki/Makefile Wed Mar 14 07:54:36 2018 (r464467)
@@ -3,6 +3,7 @@
PORTNAME= opencryptoki
PORTVERSION= 3.6
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
Modified: head/security/opencryptoki/files/pkg-message.in
==============================================================================
--- head/security/opencryptoki/files/pkg-message.in Wed Mar 14 07:54:28 2018 (r464466)
+++ head/security/opencryptoki/files/pkg-message.in Wed Mar 14 07:54:36 2018 (r464467)
@@ -2,6 +2,6 @@ To run pkcsslotd automatically, add the following line
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
More information about the svn-ports-all
mailing list