Summary: | [PATCH] sysutils/apcupsd: support multiple instances of apcupsd | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Craig Leres <leres> | ||||||||
Component: | Individual Port(s) | Assignee: | Danilo G. Baio <dbaio> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | dbaio, eugen, leres | ||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
URL: | https://reviews.freebsd.org/D11224 | ||||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202863 | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 220002 | ||||||||||
Attachments: |
|
Description
Craig Leres
2013-07-05 23:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->itetcu Over to maintainer (via the GNATS Auto Assign Tool) Created attachment 144988 [details]
Patch to files/apcupsd.in
Here's an updated patch that handles restart correctly.
Created attachment 145176 [details]
Patch to files/apcupsd.in
Fix to the last patch, %%ETCDIR%% already has /apcupsd in it.
Maintainer reset. Is this PR still relevant? Yes; I've been running the patched rc.d script locally for years. If you like I'm willing to become the maintainer for this port. I'll take it. A commit references this bug: Author: dbaio Date: Mon Jun 19 22:45:58 UTC 2017 New revision: 443914 URL: https://svnweb.freebsd.org/changeset/ports/443914 Log: sysutils/apcupsd: Several improvements Add support for running multiple instances of apcupsd[1] Add an option to use `shutdown -p` rather than `shutdown -h`[2] Set as @sample several scripts that can be customized[3] Add an option for build with MODBUS USB driver support (Enabled by default)[4] Set LICENSE_FILE [5] Sort OPTIONS and make a small adjustment in pkg-message Take maintainer'ship PR: 180336 [1] PR: 187924 [2][3] PR: 215809 [4] PR: 220002 [5] Submitted by: leres@ee.lbl.gov [1] Submitted by: tdb [3] Submitted by: ipluta@wp.pl [4] Submitted by: takefu@airport.fm [5] Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11224 Changes: head/sysutils/apcupsd/Makefile head/sysutils/apcupsd/files/apcupsd.in head/sysutils/apcupsd/files/patch-platforms_etc_Makefile head/sysutils/apcupsd/files/pkg-message.in head/sysutils/apcupsd/pkg-plist Committed, thanks. |