devfs does not always win the race with nut causing nut to fail to
start in some installations.
PR: 258190
Submitted by: hsakamt@tsnr.com
Reported by: hsakamt@tsnr.com
MFH: 2021Q3
Add syslog.conf and newsyslog.conf files for installation into their
respective .d directories in $PREFIX.
Allow upslog log format to be customized.
PR: 236700
Submitted by: Daniel O'Connor <darius@dons.net.au> (90%)
for the error even though permissions are OK (or the driver is run
as root).
Nut uses libusb-0.1 API, assuming return cods of < 0. FreeBSD provides
a libusb-0.1 wrapper howerver it uses libusb-1.0 error codes (which
are negative). This set of patches "teaches" nut libusb-1.0 error codes
as produced by FreeBSD.
Network UPS Tools (networkupstools.org) has a project to use libusb-1.0.
This commit is a stopgap fix until our upline implments lubusb-1.0
support in nut.
PR: 223117
Submitted by: lev
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
- Add new OPTIONS
- Other minor changes
- Depend on pkgconfig
PR: ports/124451
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Reviewed by: mm
- Split rc.d script into three - one for each daemon
- Introduce user configurable variable NUT_USER, defaults to uucp
PR: ports/95015
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
- Make the port as master for soon-coming new ports
- Resort MASTER_SITES
- Homour portlint
- Improve rcNG script
- New maintainer
PR: ports/83318
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: DougB
1. Upgrade to the latest version, 2.0.1
2. Convert to rc.d style startup/shutdown script
3. Improve permissions on /var/db/nut
Download pgp signature file for the tarball.
PR: ports/81591
Submitted by: Dmitry A Grigorovich
remove the need to edit this file for 99% of users. Editing the config
files will still be necessary however.
Submitted by: Rob MacGregor <rob.macgregor@gmail.com>
File layout changed again: all ups drivers now located in the
${PREFIX}/libexec/nut. Some of the tools moved to ${PREFIX}/bin directory.
Startup script renamed to nut.sh.sample.
(including Smart and Back UPS for APPC), has ability to shutdown
multiple hosts without additional hardware and provides CGI
scripts to monitor UPS status via WEB interface.