diff options
author | lukem <lukem@pkgsrc.org> | 2002-05-13 14:40:51 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2002-05-13 14:40:51 +0000 |
commit | 86ae7d8aa15abc911525781000b4d5a3c01797be (patch) | |
tree | 5b192af371c89d062998e881b1205e62e0e0eeac /sysutils/ups-nut/Makefile | |
parent | 14562dbe26f1e2ebc0726994aabdb94cf303a176 (diff) | |
download | pkgsrc-86ae7d8aa15abc911525781000b4d5a3c01797be.tar.gz |
Update ups-nut from 0.45.3 to 0.45.5. Notable changes:
- upsd.users(5) has changed formats.
NOTE: you need to update your file for upsd(8) to function
- upsmon can reload its configuration on the fly (with '-c reload')
- upsdrvctl can power off UPS's in an orderly fashion
- new drivers:
- tripplite - Tripp-Lite SmartUPS models
- newvictron - IMV/Victron hardware
- bestferrups801-807 - Best FerrUPS 8.01-8.07 firmware
- genericups type 14 - for Online P-series units
- upsdrvctl now waits up to "maxstartdelay" (default 45) seconds for a
driver to start before it gives up and goes to the next entry
(refer to CHANGES in the distribution, or
http://www.exploits.org/nut/release/new-0.45.4.txt
and
http://www.exploits.org/nut/release/new-0.45.5.txt
for a detailed list)
Diffstat (limited to 'sysutils/ups-nut/Makefile')
-rw-r--r-- | sysutils/ups-nut/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile index 8b6789dc856..9c5452a0504 100644 --- a/sysutils/ups-nut/Makefile +++ b/sysutils/ups-nut/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2002/01/03 14:42:43 lukem Exp $ +# $NetBSD: Makefile,v 1.19 2002/05/13 14:40:51 lukem Exp $ # -DISTNAME= nut-0.45.3 -PKGNAME= ups-nut-0.45.3 +DISTNAME= nut-0.45.5 +PKGNAME= ups-nut-0.45.5 CATEGORIES= sysutils MASTER_SITES= http://www.exploits.org/nut/release/ @@ -32,6 +32,9 @@ NUT_GROUP?= nut FILES_SUBST+= NUT_CONFDIR=${NUT_CONFDIR} FILES_SUBST+= NUT_STATEDIR=${NUT_STATEDIR} +MESSAGE_SUBST+= NUT_CONFDIR=${NUT_CONFDIR} +MESSAGE_SUBST+= NUT_EGDIR=${NUT_EGDIR} + PKG_GROUPS= ${NUT_GROUP} PKG_USERS= ${NUT_USER}:${NUT_GROUP}::Network\\ UPS\\ Tools::${SH} |