Bug 217130 - security/opencryptoki: typo in pkg-message.in
Summary: security/opencryptoki: typo in pkg-message.in
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-16 10:09 UTC by Arie Bikker
Modified: 2018-03-14 07:55 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (hrs)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arie Bikker 2017-02-16 10:09:20 UTC
The instruction to add the user to the group should state
pw groupmod
instead of pw groupadd

diff -d pkg-message.in.old pkg-message.in.new
7c7
< # pw groupadd %%GROUPS%% -m your_account
---
> # pw groupmod %%GROUPS%% -m your_account
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-14 07:55:10 UTC
A commit references this bug:

Author: tobik
Date: Wed Mar 14 07:54:36 UTC 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@bikker.homeunix.net>
  Approved by:	hrs (maintainer timeout, 1 year)

Changes:
  head/security/opencryptoki/Makefile
  head/security/opencryptoki/files/pkg-message.in