patch man/Makefile.in to install upssched.conf(5), upsd(8) and upsmon(8)

This commit is contained in:
lukem 2001-11-18 00:41:20 +00:00
parent 7aceab2279
commit 94cca33ef8
3 changed files with 23 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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)