Bug 257800 - sysutils/amazon-ssm-agent: Fix user creation with pkg -r
Summary: sysutils/amazon-ssm-agent: Fix user creation with pkg -r
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Colin Percival
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-13 00:01 UTC by Brad Davis
Modified: 2021-08-13 01:35 UTC (History)
0 users

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


Attachments
patch (1.10 KB, patch)
2021-08-13 00:01 UTC, Brad Davis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Davis freebsd_committer freebsd_triage 2021-08-13 00:01:05 UTC
Created attachment 227150 [details]
patch
Comment 1 Colin Percival freebsd_committer freebsd_triage 2021-08-13 00:39:30 UTC
LGTM, please commit.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-13 01:34:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ee4e8a0b3686f3387ce3eca0f604c076dfe67786

commit ee4e8a0b3686f3387ce3eca0f604c076dfe67786
Author:     Brad Davis <brd@FreeBSD.org>
AuthorDate: 2021-08-13 01:30:31 +0000
Commit:     Brad Davis <brd@FreeBSD.org>
CommitDate: 2021-08-13 01:30:31 +0000

    sysutils/amazon-ssm-agent: Fix user creation with pkg -r

    PR:             257800
    Approved by:    cperciva (maintainer)
    Sponsored by:   Rubicon Communications, LLC ("Netgate")

 sysutils/amazon-ssm-agent/Makefile      | 1 +
 sysutils/amazon-ssm-agent/pkg-deinstall | 2 +-
 sysutils/amazon-ssm-agent/pkg-install   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
Comment 3 Brad Davis freebsd_committer freebsd_triage 2021-08-13 01:35:22 UTC
Thanks!