summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2001-11-18 00:41:20 +0000
committerlukem <lukem@pkgsrc.org>2001-11-18 00:41:20 +0000
commit94cca33ef80014180efdc0acd4c211b7859c1487 (patch)
treeafeb46a21dcd5cdf7b641649a72d48aca139d7b2 /sysutils
parent7aceab22791b82faf0f529153745814864313bf3 (diff)
downloadpkgsrc-94cca33ef80014180efdc0acd4c211b7859c1487.tar.gz
patch man/Makefile.in to install upssched.conf(5), upsd(8) and upsmon(8)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ups-nut/PLIST5
-rw-r--r--sysutils/ups-nut/distinfo3
-rw-r--r--sysutils/ups-nut/patches/patch-ae17
3 files changed, 23 insertions, 2 deletions
diff --git a/sysutils/ups-nut/PLIST b/sysutils/ups-nut/PLIST
index 7fab414eba4..1ffb04498c9 100644
--- a/sysutils/ups-nut/PLIST
+++ b/sysutils/ups-nut/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2001/11/17 15:50:56 lukem Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/11/18 00:41:20 lukem Exp $
bin/aeg
bin/apcsmart
bin/belkin
@@ -40,6 +40,7 @@ etc/nut/upssched.conf.sample
etc/nut/upsset.conf.sample
etc/rc.d/upsd
man/man5/ups.conf.5
+man/man5/upssched.conf.5
man/man8/apcsmart.8
man/man8/belkin.8
man/man8/bestups.8
@@ -50,7 +51,9 @@ man/man8/upsc.8
man/man8/upscmd.8
man/man8/upsct.8
man/man8/upsct2.8
+man/man8/upsd.8
man/man8/upslog.8
+man/man8/upsmon.8
man/man8/upssched.8
sbin/upsd
sbin/upsmon
diff --git a/sysutils/ups-nut/distinfo b/sysutils/ups-nut/distinfo
index efcd3e5e861..c57fafcd055 100644
--- a/sysutils/ups-nut/distinfo
+++ b/sysutils/ups-nut/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2001/11/17 15:50:56 lukem Exp $
+$NetBSD: distinfo,v 1.5 2001/11/18 00:41:20 lukem Exp $
SHA1 (nut-0.45.2.tar.gz) = 9c225205127eee1e9bb55d9a28ff1290b47f75aa
Size (nut-0.45.2.tar.gz) = 330851 bytes
SHA1 (patch-aa) = 2919c36f928d7b3a22574f8ca0633cd11bb99c70
SHA1 (patch-ab) = 88c1b244d10c6f3a4db62565477260949a9f01f1
SHA1 (patch-ad) = 1132a678cc53882cc92764ed17bbd4cf4152c58d
+SHA1 (patch-ae) = 601c7a2eb702e9220aa6f2b8cb596385596d5a92
diff --git a/sysutils/ups-nut/patches/patch-ae b/sysutils/ups-nut/patches/patch-ae
new file mode 100644
index 00000000000..99f205a555f
--- /dev/null
+++ b/sysutils/ups-nut/patches/patch-ae
@@ -0,0 +1,17 @@
+$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)
+