From 94cca33ef80014180efdc0acd4c211b7859c1487 Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 18 Nov 2001 00:41:20 +0000 Subject: patch man/Makefile.in to install upssched.conf(5), upsd(8) and upsmon(8) --- sysutils/ups-nut/PLIST | 5 ++++- sysutils/ups-nut/distinfo | 3 ++- sysutils/ups-nut/patches/patch-ae | 17 +++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 sysutils/ups-nut/patches/patch-ae (limited to 'sysutils') 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) + -- cgit v1.2.3