Summary: | net-p2p/xmrig: Add rc.d script and other additions | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | joshruehlig | ||||
Component: | Individual Port(s) | Assignee: | Emanuel Haupt <ehaupt> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | ehaupt | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
joshruehlig
2018-01-01 17:19:59 UTC
Actually the line added to UIDs should be like so... - "xmrig:*:155:65534::0:0:XMRig:/nonexistent:/usr/sbin/nologin" I use the group number "65534" since it is not necessary to add a group for xmrig A commit references this bug: Author: ehaupt Date: Sat Feb 10 09:35:50 UTC 2018 New revision: 461370 URL: https://svnweb.freebsd.org/changeset/ports/461370 Log: - Update to 2.4.4 [1] - Add rc.d startup script - Move config.json to ETCDIR and install it with @sample - Add pkg-message - Add user "xmrig" to UIDs PR: 224822 [1] Submitted by: joshruehlig@gmail.com [1] Changes: head/UIDs head/net-p2p/xmrig/Makefile head/net-p2p/xmrig/distinfo head/net-p2p/xmrig/files/ head/net-p2p/xmrig/files/pkg-message.in head/net-p2p/xmrig/files/xmrig.in head/net-p2p/xmrig/pkg-plist Thank you for your addition. I've committed your patch with minor modifications. I've moved the USES/USE_ block according to portlint's suggestion. I've also restored the LICENSE_FILE definition. There was once a discussion to always use LICENSE_FILE if a license file is provided regardless whether it's already known to the ports system. Unfortunately I can't point to it's source. While here I've also updated the port to 2.4.4. great, thank you. |