update to ups-nut 0.45.2

notable new features:
- upsdrvctl has more options. You can now say "stop" to stop all drivers, or
  "stop <ups>" to stop just one.  Also, "start <ups>" to just start one is
  now supported.
- lots of man pages
- newapc driver converted to new framework
- new masterguard ups driver
- fentonups driver now recognizes the PowerCom SMK-800A
- bestups driver now does proper locking on the serial port
- sms driver table has been updated, and sms.txt provided to explain this
This commit is contained in:
lukem 2001-11-17 15:50:56 +00:00
parent d9674cad80
commit 6b42dd5e4e
4 changed files with 25 additions and 19 deletions

View file

@ -1,16 +1,12 @@
# $NetBSD: Makefile,v 1.10 2001/09/28 04:37:27 lukem Exp $
# $NetBSD: Makefile,v 1.11 2001/11/17 15:50:56 lukem Exp $
#
DISTNAME= nut-0.45.1
PKGNAME= ups-nut-0.45.1
DISTNAME= nut-0.45.2
PKGNAME= ups-nut-0.45.2
CATEGORIES= sysutils
MASTER_SITES= http://www.exploits.org/nut/release/
PATCH_SITES= http://www.exploits.org/nut/testing/0.45.2-pre/
PATCHFILES= upsmon-pdflag.diff
PATCH_DIST_STRIP= -p1
MAINTAINER= collver@linuxfreemail.com
MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://www.exploits.org/nut/
COMMENT= Network UPS Tools

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:54:04 zuntum Exp $
@comment $NetBSD: PLIST,v 1.2 2001/11/17 15:50:56 lukem Exp $
bin/aeg
bin/apcsmart
bin/belkin
@ -10,6 +10,7 @@ bin/everups
bin/fentonups
bin/genericups
bin/ipt-anzen
bin/masterguard
bin/mge-ellipse
bin/mgeups
bin/multilink
@ -38,9 +39,19 @@ etc/nut/upsmon.conf.sample
etc/nut/upssched.conf.sample
etc/nut/upsset.conf.sample
etc/rc.d/upsd
man/man5/ups.conf.5
man/man8/apcsmart.8
man/man8/belkin.8
man/man8/bestups.8
man/man8/fentonups.8
man/man8/nutupsdrv.8
man/man8/powercom.8
man/man8/upsc.8
man/man8/upscmd.8
man/man8/upsct.8
man/man8/upsct2.8
man/man8/upslog.8
man/man8/upssched.8
sbin/upsd
sbin/upsmon
sbin/upssched
@ -52,6 +63,7 @@ share/doc/nut/belkin.txt
share/doc/nut/big-servers.txt
share/doc/nut/cables/powerware.txt
share/doc/nut/cables/repotec.txt
share/doc/nut/cables/sms.txt
share/doc/nut/cables/victron.txt
share/doc/nut/chroot.txt
share/doc/nut/commands.txt

View file

@ -1,9 +1,7 @@
$NetBSD: distinfo,v 1.3 2001/09/28 04:37:27 lukem Exp $
$NetBSD: distinfo,v 1.4 2001/11/17 15:50:56 lukem Exp $
SHA1 (nut-0.45.1.tar.gz) = 2da78c22dd7162140c2b332bde69dde7a67d7b2c
Size (nut-0.45.1.tar.gz) = 306332 bytes
SHA1 (upsmon-pdflag.diff) = 463978fc9c0ab0b8a31bb7562991d9c3cca57166
Size (upsmon-pdflag.diff) = 2160 bytes
SHA1 (nut-0.45.2.tar.gz) = 9c225205127eee1e9bb55d9a28ff1290b47f75aa
Size (nut-0.45.2.tar.gz) = 330851 bytes
SHA1 (patch-aa) = 2919c36f928d7b3a22574f8ca0633cd11bb99c70
SHA1 (patch-ab) = 76a764c47c6832154aa20369d7ba46145bc73535
SHA1 (patch-ab) = 88c1b244d10c6f3a4db62565477260949a9f01f1
SHA1 (patch-ad) = 1132a678cc53882cc92764ed17bbd4cf4152c58d

View file

@ -1,13 +1,13 @@
$NetBSD: patch-ab,v 1.3 2001/09/28 04:37:27 lukem Exp $
$NetBSD: patch-ab,v 1.4 2001/11/17 15:50:56 lukem Exp $
--- conf/Makefile.in.orig Fri Jun 1 19:23:15 2001
+++ conf/Makefile.in Fri Sep 28 13:58:30 2001
--- conf/Makefile.in.orig Tue Aug 14 03:12:18 2001
+++ conf/Makefile.in
@@ -4,7 +4,7 @@
CONFPATH = $(INSTALLROOT)@sysconfdir@
INSTALLCMD = @INSTALL@
-SECFILES = upsmon.conf upsd.conf upsd.users
+SECFILES = upsmon.conf ups.conf upsd.conf upsd.users
PUBFILES = hosts.conf multimon.conf upsset.conf upssched.conf
PUBFILES = hosts.conf multimon.conf upsset.conf upssched.conf ups.conf
all: