summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios12/files/patch-aa
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-03 22:07:20 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-03 22:07:20 +0000
commit05b2ac3b5bf74e8785ab71e635bd6a8958f1d003 (patch)
treee36cd221d15592f885c75a70cd44966658896373 /net-mgmt/nagios12/files/patch-aa
parentUpdate netsaint-plugins to 1.2.9.3. Don't depend on netsaint port as (diff)
- update to netsaint 0.0.7b3
- install configuration files with .dist suffix so that users configuration files are not deleted on package removal - create ${PREFIX}/var/netsaint/rw directory needed for correct operation of CGI script - fix netsaint.log file permission problem - depend on netsaint-plugins port PR: 26328 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=40820
Diffstat (limited to 'net-mgmt/nagios12/files/patch-aa')
-rw-r--r--net-mgmt/nagios12/files/patch-aa20
1 files changed, 17 insertions, 3 deletions
diff --git a/net-mgmt/nagios12/files/patch-aa b/net-mgmt/nagios12/files/patch-aa
index 0b7c36206eff..e106d0e255b3 100644
--- a/net-mgmt/nagios12/files/patch-aa
+++ b/net-mgmt/nagios12/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in.orig Thu Mar 1 04:49:19 2001
-+++ Makefile.in Thu Mar 1 21:59:03 2001
+--- Makefile.in.orig Thu Mar 1 05:49:19 2001
++++ Makefile.in Tue Apr 3 10:02:31 2001
@@ -27,7 +27,7 @@
INSTALL_OPTS=@INSTALL_OPTS@
COMMAND_OPTS=@COMMAND_OPTS@
@@ -9,7 +9,21 @@
CGICFGDIR=$(CGIDIR)
PERLDIR=@PERLDIR@
-@@ -108,7 +108,7 @@
+@@ -99,16 +99,16 @@
+
+ install-config:
+ $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)
+- $(INSTALL) -m 664 $(INSTALL_OPTS) netsaint.cfg $(DESTDIR)$(CFGDIR)
+- $(INSTALL) -m 664 $(INSTALL_OPTS) hosts.cfg $(DESTDIR)$(CFGDIR)
+- $(INSTALL) -m 664 $(INSTALL_OPTS) commands.cfg $(DESTDIR)$(CFGDIR)
+- $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(DESTDIR)$(CFGDIR)
+- $(INSTALL) -m 660 $(INSTALL_OPTS) resource.cfg $(DESTDIR)$(CFGDIR)
++ $(INSTALL) -m 664 $(INSTALL_OPTS) netsaint.cfg $(DESTDIR)$(CFGDIR)/netsaint.cfg.dist
++ $(INSTALL) -m 664 $(INSTALL_OPTS) hosts.cfg $(DESTDIR)$(CFGDIR)/hosts.cfg.dist
++ $(INSTALL) -m 664 $(INSTALL_OPTS) commands.cfg $(DESTDIR)$(CFGDIR)/commands.cfg.dist
++ $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(DESTDIR)$(CFGDIR)/nscgi.cfg.dist
++ $(INSTALL) -m 660 $(INSTALL_OPTS) resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg.dist
+
install-init: install-daemoninit
install-daemoninit: