pkgsrc/sysutils/apcupsd/patches/patch-ag
bouyer 93b483ae63 Update to 3.12.4.
Summary of changes since 3.8.6:
* Support for USB UPSe (not enabled in pkgsrc)
* new networking driver (net) that uses the NIS interface rather than the
  older master/slave networking
* The apctest program has been enhanced to do EEPROM programming in a much
  more interactive way than the prior versions.
* Added a ONBATTERYDELAY config, time to switch to onbattery state after
  a power failure. New event "offbattery", which is the same as mainsback but
  only sent if we got to state onbattery
* new snmp driver, with trap support.
* Battery disconnect and reconnect events
2006-11-15 21:46:24 +00:00

14 lines
615 B
Text

$NetBSD: patch-ag,v 1.4 2006/11/15 21:46:25 bouyer Exp $
--- doc/Makefile.in.orig 2006-11-15 20:57:26.000000000 +0100
+++ doc/Makefile.in 2006-11-15 20:57:52.000000000 +0100
@@ -21,7 +21,8 @@
install-man: apcupsd.man
@$(ECHO) "Installing manual pages..."
@$(SHELL) $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(manext)
- @$(INSTALL_DATA) apcupsd.man $(DESTDIR)$(mandir)/man$(manext)/apcupsd.$(manext)
+ @$(INSTALL_DATA) apcupsd.8 $(DESTDIR)$(mandir)/man$(manext)/apcupsd.$(manext)
+ @$(INSTALL_DATA) apctest.8 $(DESTDIR)$(mandir)/man$(manext)/apctest.$(manext)
uninstall:
@$(ECHO) "Removing manual page ..."