diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-07 09:16:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-07 09:16:37 +0800 |
commit | 26c9f937dfdab938c3e7624a88c82bdcdc9a7f30 (patch) | |
tree | 01f45134b81b18862dca6fe54f47d1acdfe86d42 /net-mgmt/nagios12/files | |
parent | 498ea6c3e1c39cc3b70d3f53df127c9d8783ce4a (diff) | |
download | freebsd-ports-gnome-26c9f937dfdab938c3e7624a88c82bdcdc9a7f30.tar.gz freebsd-ports-gnome-26c9f937dfdab938c3e7624a88c82bdcdc9a7f30.tar.zst freebsd-ports-gnome-26c9f937dfdab938c3e7624a88c82bdcdc9a7f30.zip |
MAINTAINER UPDATE: net/nagios
- move nagios workfile directory from /usr/local/var/nagios
to /var/spool/nagios. /usr/local is read-only on some NFS
booted systems.
- remove scripts/checkps, everybody should have a working
/bin/ps by now.
- add new switches WITH_MYSQL and WITH_PGSQL which enable
support for putting configuration files into a MySQL or
PostgreSQL database, based on a patch submitted in PR
48102 by Krzysztof Stryjek <wtp@mud.pl>
PR: ports/48988
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
Diffstat (limited to 'net-mgmt/nagios12/files')
-rw-r--r-- | net-mgmt/nagios12/files/patch-xcddb.c | 11 | ||||
-rw-r--r-- | net-mgmt/nagios12/files/patch-xdddb.c | 11 | ||||
-rw-r--r-- | net-mgmt/nagios12/files/patch-xeddb.c | 11 | ||||
-rw-r--r-- | net-mgmt/nagios12/files/patch-xrddb.c | 11 | ||||
-rw-r--r-- | net-mgmt/nagios12/files/patch-xsddb.c | 11 |
5 files changed, 55 insertions, 0 deletions
diff --git a/net-mgmt/nagios12/files/patch-xcddb.c b/net-mgmt/nagios12/files/patch-xcddb.c new file mode 100644 index 000000000000..34bc8dc1759a --- /dev/null +++ b/net-mgmt/nagios12/files/patch-xcddb.c @@ -0,0 +1,11 @@ +--- xdata/xcddb.c.orig Thu May 16 04:46:11 2002 ++++ xdata/xcddb.c Thu Mar 6 23:14:25 2003 +@@ -51,7 +51,7 @@ + #endif + + #ifdef USE_XCDPGSQL +-#include <pgsql/libpq-fe.h> ++#include <libpq-fe.h> + #endif + + diff --git a/net-mgmt/nagios12/files/patch-xdddb.c b/net-mgmt/nagios12/files/patch-xdddb.c new file mode 100644 index 000000000000..f1a942e7ae45 --- /dev/null +++ b/net-mgmt/nagios12/files/patch-xdddb.c @@ -0,0 +1,11 @@ +--- xdata/xdddb.c.orig Thu May 16 04:46:11 2002 ++++ xdata/xdddb.c Thu Mar 6 23:15:54 2003 +@@ -51,7 +51,7 @@ + #endif + + #ifdef USE_XDDPGSQL +-#include <pgsql/libpq-fe.h> ++#include <libpq-fe.h> + #endif + + diff --git a/net-mgmt/nagios12/files/patch-xeddb.c b/net-mgmt/nagios12/files/patch-xeddb.c new file mode 100644 index 000000000000..2aaaa7db9043 --- /dev/null +++ b/net-mgmt/nagios12/files/patch-xeddb.c @@ -0,0 +1,11 @@ +--- xdata/xeddb.c.orig Tue Feb 26 05:04:09 2002 ++++ xdata/xeddb.c Thu Mar 6 23:16:01 2003 +@@ -44,7 +44,7 @@ + #endif + + #ifdef USE_XEDPGSQL +-#include <pgsql/libpq-fe.h> ++#include <libpq-fe.h> + #endif + + diff --git a/net-mgmt/nagios12/files/patch-xrddb.c b/net-mgmt/nagios12/files/patch-xrddb.c new file mode 100644 index 000000000000..0f850674b63c --- /dev/null +++ b/net-mgmt/nagios12/files/patch-xrddb.c @@ -0,0 +1,11 @@ +--- xdata/xrddb.c.orig Thu May 16 04:46:11 2002 ++++ xdata/xrddb.c Thu Mar 6 23:16:14 2003 +@@ -43,7 +43,7 @@ + #endif + + #ifdef USE_XRDPGSQL +-#include <pgsql/libpq-fe.h> ++#include <libpq-fe.h> + #endif + + diff --git a/net-mgmt/nagios12/files/patch-xsddb.c b/net-mgmt/nagios12/files/patch-xsddb.c new file mode 100644 index 000000000000..e9e1d169cc76 --- /dev/null +++ b/net-mgmt/nagios12/files/patch-xsddb.c @@ -0,0 +1,11 @@ +--- xdata/xsddb.c.orig Thu Nov 14 03:51:34 2002 ++++ xdata/xsddb.c Thu Mar 6 23:16:27 2003 +@@ -48,7 +48,7 @@ + #endif + + #ifdef USE_XSDPGSQL +-#include <pgsql/libpq-fe.h> ++#include <libpq-fe.h> + #endif + + |