diff options
author | lukem <lukem> | 2002-01-03 14:42:43 +0000 |
---|---|---|
committer | lukem <lukem> | 2002-01-03 14:42:43 +0000 |
commit | 2c7e8e401411c845923e5596009085ac73d0a5a9 (patch) | |
tree | 6c3bc1ff57b0088af226f7dbed601f2ac35d9da8 | |
parent | 2a5161bc193f0f1de9e84c39396269f24e108a43 (diff) | |
download | pkgsrc-2c7e8e401411c845923e5596009085ac73d0a5a9.tar.gz |
Update to nut 0.45.3. Notable changes:
- upsd can reload its config files on the fly.
- 'upsdrvctl status' will check for presence of pid files
- upsd can be stopped with 'upsd -c stop'
- newpowercom driver added
- cyberpower driver added
- more man pages
- various bug fixes
-rw-r--r-- | sysutils/ups-nut/Makefile | 6 | ||||
-rw-r--r-- | sysutils/ups-nut/PLIST | 8 | ||||
-rw-r--r-- | sysutils/ups-nut/distinfo | 8 | ||||
-rw-r--r-- | sysutils/ups-nut/patches/patch-aa | 13 | ||||
-rw-r--r-- | sysutils/ups-nut/patches/patch-ae | 17 |
5 files changed, 13 insertions, 39 deletions
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile index 03b2f59c9eb..8b6789dc856 100644 --- a/sysutils/ups-nut/Makefile +++ b/sysutils/ups-nut/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2001/12/02 06:56:44 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/01/03 14:42:43 lukem Exp $ # -DISTNAME= nut-0.45.2 -PKGNAME= ups-nut-0.45.2 +DISTNAME= nut-0.45.3 +PKGNAME= ups-nut-0.45.3 CATEGORIES= sysutils MASTER_SITES= http://www.exploits.org/nut/release/ diff --git a/sysutils/ups-nut/PLIST b/sysutils/ups-nut/PLIST index 5d3b68b33aa..5385f6978ef 100644 --- a/sysutils/ups-nut/PLIST +++ b/sysutils/ups-nut/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2001/11/21 15:50:55 jlam Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/01/03 14:42:43 lukem Exp $ bin/upsc bin/upscmd bin/upsct @@ -10,6 +10,9 @@ etc/rc.d/upsdriver etc/rc.d/upslog etc/rc.d/upsmon man/man5/ups.conf.5 +man/man5/upsd.conf.5 +man/man5/upsd.users.5 +man/man5/upsmon.conf.5 man/man5/upssched.conf.5 man/man8/apcsmart.8 man/man8/belkin.8 @@ -22,6 +25,7 @@ man/man8/upscmd.8 man/man8/upsct.8 man/man8/upsct2.8 man/man8/upsd.8 +man/man8/upsdrvctl.8 man/man8/upslog.8 man/man8/upsmon.8 man/man8/upssched.8 @@ -31,6 +35,7 @@ sbin/ups-drivers/belkin sbin/ups-drivers/bestfort sbin/ups-drivers/bestuferrups sbin/ups-drivers/bestups +sbin/ups-drivers/cyberpower sbin/ups-drivers/engetron sbin/ups-drivers/everups sbin/ups-drivers/fentonups @@ -42,6 +47,7 @@ sbin/ups-drivers/mgeups sbin/ups-drivers/multilink sbin/ups-drivers/mustekups sbin/ups-drivers/newapc +sbin/ups-drivers/newpowercom sbin/ups-drivers/optiups sbin/ups-drivers/powercom sbin/ups-drivers/sec diff --git a/sysutils/ups-nut/distinfo b/sysutils/ups-nut/distinfo index 3bb611f45a8..26e85dcf6a0 100644 --- a/sysutils/ups-nut/distinfo +++ b/sysutils/ups-nut/distinfo @@ -1,10 +1,8 @@ -$NetBSD: distinfo,v 1.8 2001/11/21 15:50:55 jlam Exp $ +$NetBSD: distinfo,v 1.9 2002/01/03 14:42:43 lukem Exp $ -SHA1 (nut-0.45.2.tar.gz) = 9c225205127eee1e9bb55d9a28ff1290b47f75aa -Size (nut-0.45.2.tar.gz) = 330851 bytes -SHA1 (patch-aa) = 2919c36f928d7b3a22574f8ca0633cd11bb99c70 +SHA1 (nut-0.45.3.tar.gz) = c6596eb9291a046e47a473db8cec81a082e28d2b +Size (nut-0.45.3.tar.gz) = 339066 bytes SHA1 (patch-ab) = fac1a47430a2c2d692ecede2ac6ed78c60a82566 SHA1 (patch-ad) = 1132a678cc53882cc92764ed17bbd4cf4152c58d -SHA1 (patch-ae) = 601c7a2eb702e9220aa6f2b8cb596385596d5a92 SHA1 (patch-af) = 92f99eae16425baab09b1f5e6546caf322ca430c SHA1 (patch-ag) = d75f10af8a716effbdca17dd28323bd6edc75c87 diff --git a/sysutils/ups-nut/patches/patch-aa b/sysutils/ups-nut/patches/patch-aa deleted file mode 100644 index 3fa5bbf8ef7..00000000000 --- a/sysutils/ups-nut/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2001/03/11 13:46:12 martin Exp $ - ---- Makefile.in.orig Sat Dec 2 17:18:03 2000 -+++ Makefile.in Thu Dec 14 13:01:11 2000 -@@ -5,7 +5,7 @@ - BASEPATH = $(INSTALLROOT)@prefix@ - CONFPATH = $(INSTALLROOT)@sysconfdir@ - CGIPATH = $(INSTALLROOT)@CGIPATH@ --INSTALLDIRS = $(CONFPATH) $(CGIPATH) $(MODELPATH) $(BASEPATH)/@bindir@ $(BASEPATH)/@sbindir@ $(BASEPATH)/misc -+INSTALLDIRS = $(CONFPATH) $(MODELPATH) $(BASEPATH)/@bindir@ $(BASEPATH)/@sbindir@ - STATEPATH = $(INSTALLROOT)@STATEPATH@ - - SUBDIRS = common models server clients man diff --git a/sysutils/ups-nut/patches/patch-ae b/sysutils/ups-nut/patches/patch-ae deleted file mode 100644 index 99f205a555f..00000000000 --- a/sysutils/ups-nut/patches/patch-ae +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ae,v 1.4 2001/11/18 00:41:20 lukem Exp $ - ---- man/Makefile.in.orig Sat Oct 20 16:19:00 2001 -+++ man/Makefile.in -@@ -5,10 +5,10 @@ - INSTALLCMD = @INSTALL@ - INSTALLMODE = 0644 - --MAN5_PAGES = ups.conf.5 -+MAN5_PAGES = ups.conf.5 upssched.conf.5 - MAN8_PAGES = powercom.8 apcsmart.8 nutupsdrv.8 fentonups.8 bestups.8 \ - belkin.8 upsc.8 upsct.8 upsct2.8 upscmd.8 upslog.8 \ -- upssched.8 -+ upssched.8 upsd.8 upsmon.8 - - all: $(MAN5_PAGES) $(MAN8_PAGES) - |