pkgsrc/net/netsaint-base/patches/patch-ac
rh f9a2c69fe5 Update netsaint-base to 0.0.7. Package provided in PR pkg/15992 by
Murray Armfield <murray@river-styx.org>, thanks!

Changes include:
	- several new CGIs
	- WAP interface
	- forced service checks
	- acks w/o notifications
	- custom intervals for notification escalations
	- passive check submissions via web interface
	- auto-save of retention data
	- extended service information
	- scheduled downtime
	- service dependencies
	- flap detection
	- aggregated status updates
	- new macros
	- user-supplied coordinates in status map
	- minor bug fixes and tuning
2002-03-25 12:54:17 +00:00

13 lines
355 B
Text

$NetBSD: patch-ac,v 1.2 2002/03/25 12:54:19 rh Exp $
--- base/Makefile.in.orig Fri Apr 27 01:08:27 2001
+++ base/Makefile.in
@@ -87,7 +87,4 @@
devclean: clean
install:
- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR)
- $(INSTALL) -m 774 $(INSTALL_OPTS) netsaint $(DESTDIR)$(BINDIR)
-
-
+ ${BSD_INSTALL_PROGRAM} netsaint $(DESTDIR)$(BINDIR)