diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-06 10:03:58 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-06 10:03:58 +0000 |
commit | ff0075afc1eaf14391085c549d4b8ddbe9890eef (patch) | |
tree | f1aa69363f2c8a3a494cb7f930210f099f520526 /net-mgmt/nagios12/files/patch-aa | |
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-aa')
-rw-r--r-- | net-mgmt/nagios12/files/patch-aa | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/net-mgmt/nagios12/files/patch-aa b/net-mgmt/nagios12/files/patch-aa new file mode 100644 index 000000000000..595da2b80d2c --- /dev/null +++ b/net-mgmt/nagios12/files/patch-aa @@ -0,0 +1,37 @@ +--- Makefile.in.orig Sat Oct 26 02:47:15 2002 ++++ Makefile.in Tue Nov 26 13:58:29 2002 +@@ -28,7 +28,7 @@ + INSTALL_OPTS=@INSTALL_OPTS@ + COMMAND_OPTS=@COMMAND_OPTS@ + INIT_DIR=@init_dir@ +-INIT_OPTS=-o root -g root ++INIT_OPTS=-o root -g wheel + CGICFGDIR=$(CGIDIR) + PERLDIR=@PERLDIR@ + +@@ -196,6 +196,8 @@ + $(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 + + @echo "" + @echo "*** Sample config file installed ***" +@@ -215,7 +217,7 @@ + + 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 + + @echo "" + @echo "*** Init script installed ***" +@@ -238,7 +240,6 @@ + + install-commandmode: + $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(LOGDIR)/rw +- chmod g+s $(DESTDIR)$(LOGDIR)/rw + + @echo "" + @echo "*** External command directory configured ***" |