diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-09 21:06:34 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-09 21:06:34 +0000 |
commit | c8091bb624f55ee6949ac0b5996b7bea5bcea7f9 (patch) | |
tree | 062f690fcf8aa12460161da221343063b874881d /net-mgmt/nagios/files | |
parent | 84a2675595655008adf3bfddecbd2e02a896bf9a (diff) | |
download | ports-c8091bb624f55ee6949ac0b5996b7bea5bcea7f9.tar.gz ports-c8091bb624f55ee6949ac0b5996b7bea5bcea7f9.zip |
update to 0.0.7b2.
PR: 25482
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes:
svn path=/head/; revision=39323
Diffstat (limited to 'net-mgmt/nagios/files')
-rw-r--r-- | net-mgmt/nagios/files/patch-aa | 10 | ||||
-rw-r--r-- | net-mgmt/nagios/files/patch-ab | 8 | ||||
-rw-r--r-- | net-mgmt/nagios/files/patch-ad | 12 | ||||
-rw-r--r-- | net-mgmt/nagios/files/patch-ai | 35 |
4 files changed, 35 insertions, 30 deletions
diff --git a/net-mgmt/nagios/files/patch-aa b/net-mgmt/nagios/files/patch-aa index ed255141379c..0b7c36206eff 100644 --- a/net-mgmt/nagios/files/patch-aa +++ b/net-mgmt/nagios/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sun Oct 29 14:43:54 2000 -+++ Makefile.in Fri Jan 12 14:54:45 2001 +--- Makefile.in.orig Thu Mar 1 04:49:19 2001 ++++ Makefile.in Thu Mar 1 21:59:03 2001 @@ -27,7 +27,7 @@ INSTALL_OPTS=@INSTALL_OPTS@ COMMAND_OPTS=@COMMAND_OPTS@ @@ -7,10 +7,10 @@ -INIT_OPTS=-o root -g root +INIT_OPTS=-o root -g wheel CGICFGDIR=$(CGIDIR) + PERLDIR=@PERLDIR@ - CGIEXTRAS=@CGIEXTRAS@ -@@ -109,7 +109,7 @@ - $(INSTALL) -m 774 $(INIT_OPTS) init-script $(DESTDIR)$(INIT_DIR)/netsaint +@@ -108,7 +108,7 @@ + install-init: install-daemoninit install-daemoninit: - $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/netsaint diff --git a/net-mgmt/nagios/files/patch-ab b/net-mgmt/nagios/files/patch-ab index bbaa1d00e8ba..52c154d64fd0 100644 --- a/net-mgmt/nagios/files/patch-ab +++ b/net-mgmt/nagios/files/patch-ab @@ -1,7 +1,7 @@ ---- base/Makefile.in.orig Sun Jan 7 21:53:15 2001 -+++ base/Makefile.in Sun Jan 7 21:53:27 2001 -@@ -83,7 +83,6 @@ - rm -f *~ +--- base/Makefile.in.orig Sun Feb 18 22:33:22 2001 ++++ base/Makefile.in Thu Mar 1 21:58:39 2001 +@@ -86,7 +86,6 @@ + devclean: clean install: - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) diff --git a/net-mgmt/nagios/files/patch-ad b/net-mgmt/nagios/files/patch-ad index 33826d5aec6c..5342c3e21f0f 100644 --- a/net-mgmt/nagios/files/patch-ad +++ b/net-mgmt/nagios/files/patch-ad @@ -1,5 +1,5 @@ ---- configure Fri Apr 7 11:11:34 2000 -+++ configure.new Sat Jun 10 21:21:25 2000 +--- configure.orig Thu Mar 1 04:54:12 2001 ++++ configure Thu Mar 1 21:58:09 2001 @@ -11,7 +11,7 @@ ac_help= ac_default_prefix=/usr/local @@ -9,7 +9,7 @@ ac_help="$ac_help --with-netsaint-user=<user> sets user name to run netsaint" ac_help="$ac_help -@@ -61,12 +61,12 @@ +@@ -117,12 +117,12 @@ x_includes=NONE x_libraries=NONE bindir='${exec_prefix}/bin' @@ -27,7 +27,7 @@ libdir='${exec_prefix}/lib' includedir='${prefix}/include' oldincludedir='/usr/include' -@@ -505,9 +505,9 @@ +@@ -562,9 +562,9 @@ # Prefer explicitly selected file to automatically selected ones. if test -z "$CONFIG_SITE"; then if test "x$prefix" != xNONE; then @@ -39,7 +39,7 @@ fi fi for ac_site_file in $CONFIG_SITE; do -@@ -679,6 +679,9 @@ +@@ -1298,6 +1298,9 @@ LDFLAGS="${LDFLAGS} -L${withval}" LD_RUN_PATH="${withval}${LD_RUN_PATH:+:}${LD_RUN_PATH}" @@ -49,7 +49,7 @@ fi # Check whether --with-gd-inc or --without-gd-inc was given. -@@ -686,6 +689,8 @@ +@@ -1305,6 +1308,8 @@ withval="$with_gd_inc" CFLAGS="${CFLAGS} -I${withval}" diff --git a/net-mgmt/nagios/files/patch-ai b/net-mgmt/nagios/files/patch-ai index 7f1b2a014d5e..6ad4c57daddd 100644 --- a/net-mgmt/nagios/files/patch-ai +++ b/net-mgmt/nagios/files/patch-ai @@ -1,22 +1,27 @@ ---- init-script.in Fri Apr 7 11:11:37 2000 -+++ init-script.in.new Mon Jun 12 19:28:55 2000 -@@ -26,11 +26,8 @@ - # - +--- daemon-init.in.orig Sun Feb 18 22:33:21 2001 ++++ daemon-init.in Thu Mar 1 22:00:37 2001 +@@ -68,12 +68,9 @@ + + # Source function library -# Solaris doesn't have an rc.d directory, so do a test first --if [ -f /etc/rc.d/init.d/functions ]; then --. /etc/rc.d/init.d/functions --elif [ -f /etc/init.d/functions ]; then --. /etc/init.d/functions +-#if [ -f /etc/rc.d/init.d/functions ]; then +-#. /etc/rc.d/init.d/functions +-#elif [ -f /etc/init.d/functions ]; then +-#. /etc/init.d/functions +-#fi +if [ -f /usr/local/etc/netsaint/functions ]; then +. /usr/local/etc/netsaint/functions - fi ++fi prefix=@prefix@ -@@ -92,4 +89,4 @@ - - # End of this script - -- + exec_prefix=@exec_prefix@ +@@ -92,7 +89,7 @@ + + # Check that netsaint exists. + test -f $NetsaintBin || exit 0 +- + + # Check that netsaint.cfg exists. + test -f $NetsaintCfg || exit 0 + |