aboutsummaryrefslogtreecommitdiffstats
path: root/net/nagios/files
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-07-22 11:19:03 +0800
committerkuriyama <kuriyama@FreeBSD.org>2002-07-22 11:19:03 +0800
commit7f622bdfac085f5ee27f6c0089d1491c5b28a5d7 (patch)
tree5f419b08b5df09bc25ff73aea29113be3f6feba2 /net/nagios/files
parent6c2667c92bbabecb83f4d37b5d02ca7baa80e367 (diff)
downloadfreebsd-ports-gnome-7f622bdfac085f5ee27f6c0089d1491c5b28a5d7.tar.gz
freebsd-ports-gnome-7f622bdfac085f5ee27f6c0089d1491c5b28a5d7.tar.zst
freebsd-ports-gnome-7f622bdfac085f5ee27f6c0089d1491c5b28a5d7.zip
Upgrade to 1.0b4.
Depends on nagios-plugins. Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
Diffstat (limited to 'net/nagios/files')
-rw-r--r--net/nagios/files/patch-aa12
-rw-r--r--net/nagios/files/patch-ab8
2 files changed, 10 insertions, 10 deletions
diff --git a/net/nagios/files/patch-aa b/net/nagios/files/patch-aa
index 7b6966cefe68..96002804b574 100644
--- a/net/nagios/files/patch-aa
+++ b/net/nagios/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in.orig Tue May 28 09:20:45 2002
-+++ Makefile.in Sat Jun 1 17:04:39 2002
+--- Makefile.in.orig Sat Jun 29 21:15:49 2002
++++ Makefile.in Sun Jul 14 09:37:12 2002
@@ -28,7 +28,7 @@
INSTALL_OPTS=@INSTALL_OPTS@
COMMAND_OPTS=@COMMAND_OPTS@
@@ -9,23 +9,23 @@
CGICFGDIR=$(CGIDIR)
PERLDIR=@PERLDIR@
-@@ -145,15 +145,17 @@
+@@ -145,16 +145,17 @@
$(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/misccommands.cfg $(DESTDIR)$(CFGDIR)/misccommands.cfg-sample
$(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/services.cfg $(DESTDIR)$(CFGDIR)/services.cfg-sample
$(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/timeperiods.cfg-sample
-+ $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-extinfo/hostextinfo.cfg $(DESTDIR)$(CFGDIR)/hostextinfo.cfg-sample
-+ $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-extinfo/serviceextinfo.cfg $(DESTDIR)$(CFGDIR)/serviceextinfo.cfg-sample
++ $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/template-extinfo/hostextinfo.cfg $(DESTDIR)$(CFGDIR)/hostextinfo.cfg-sample
++ $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/template-extinfo/serviceextinfo.cfg $(DESTDIR)$(CFGDIR)/serviceextinfo.cfg-sample
install-init: install-daemoninit
install-daemoninit:
+ $(INSTALL) -m 755 -d $(INIT_OPTS) $(DESTDIR)$(INIT_DIR)
- $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/nagios
+ $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/nagios.sh
install-commandmode:
$(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(LOGDIR)/rw
- chmod g+s $(DESTDIR)$(LOGDIR)/rw
-+# chmod g+s $(DESTDIR)$(LOGDIR)/rw
fullinstall: install install-init install-commandmode
diff --git a/net/nagios/files/patch-ab b/net/nagios/files/patch-ab
index 777551a1ddc8..1482e2e6cd46 100644
--- a/net/nagios/files/patch-ab
+++ b/net/nagios/files/patch-ab
@@ -1,10 +1,10 @@
---- base/Makefile.in.orig Sat Apr 20 22:34:02 2002
-+++ base/Makefile.in Sun May 19 08:35:09 2002
+--- base/Makefile.in.orig Sat Jun 29 21:15:49 2002
++++ base/Makefile.in Sun Jul 14 09:15:27 2002
@@ -102,7 +102,6 @@
+ devclean: clean
install:
- strip nagios
- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR)
$(INSTALL) -m 774 $(INSTALL_OPTS) nagios $(DESTDIR)$(BINDIR)
-
+ $(STRIP) $(DESTDIR)$(BINDIR)/nagios