summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios12/files/patch-Makefile.in
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-06 10:03:58 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-06 10:03:58 +0000
commitff0075afc1eaf14391085c549d4b8ddbe9890eef (patch)
treef1aa69363f2c8a3a494cb7f930210f099f520526 /net-mgmt/nagios12/files/patch-Makefile.in
parent- Add nagios12, version 1.2 of nagios port (thanks to marcus for repocopy). (diff)
- Re-add old patches.
- Remove recent patches.
Notes
Notes: svn path=/head/; revision=132626
Diffstat (limited to 'net-mgmt/nagios12/files/patch-Makefile.in')
-rw-r--r--net-mgmt/nagios12/files/patch-Makefile.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mgmt/nagios12/files/patch-Makefile.in b/net-mgmt/nagios12/files/patch-Makefile.in
deleted file mode 100644
index 4d0a7a146117..000000000000
--- a/net-mgmt/nagios12/files/patch-Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.in.orig Thu Dec 16 02:15:24 2004
-+++ Makefile.in Sat Feb 12 13:52:19 2005
-@@ -204,14 +204,14 @@
-
-
- install-config:
-- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)
-- $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/nagios.cfg $(DESTDIR)$(CFGDIR)/nagios.cfg-sample
-- $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg-sample
-- $(INSTALL) -m 660 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg-sample
-- $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/bigger.cfg $(DESTDIR)$(CFGDIR)/bigger.cfg-sample
-- $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/minimal.cfg $(DESTDIR)$(CFGDIR)/minimal.cfg-sample
-- $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/checkcommands.cfg $(DESTDIR)$(CFGDIR)/checkcommands.cfg-sample
-- $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/misccommands.cfg $(DESTDIR)$(CFGDIR)/misccommands.cfg-sample
-+ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)
-+ $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/nagios.cfg $(DESTDIR)$(CFGDIR)/nagios.cfg-sample
-+ $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg-sample
-+ $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg-sample
-+ $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/template-object/bigger.cfg $(DESTDIR)$(CFGDIR)/bigger.cfg-sample
-+ $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/template-object/minimal.cfg $(DESTDIR)$(CFGDIR)/minimal.cfg-sample
-+ $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/template-object/checkcommands.cfg $(DESTDIR)$(CFGDIR)/checkcommands.cfg-sample
-+ $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/template-object/misccommands.cfg $(DESTDIR)$(CFGDIR)/misccommands.cfg-sample
-
- @echo ""
- @echo "*** Sample config file installed ***"