From 09e09b45ab796af0e9885f9f5422d743f07dfbe9 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 14 Mar 2018 07:54:36 +0000 Subject: security/opencryptoki: Fix typo in pkg-message Use pw groupmod to add new users to the _pkcs11 group PR: 217130 Submitted by: Arie Bikker Approved by: hrs (maintainer timeout, 1 year) --- security/opencryptoki/Makefile | 1 + security/opencryptoki/files/pkg-message.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'security/opencryptoki') 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 -- cgit v1.2.3