diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-07 01:16:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-07 01:16:37 +0000 |
commit | 74feb01ba0fc763344d31498c5f9948bc2111e1d (patch) | |
tree | 3c80bf978646b814f8f81154bbc29fd7c41e06ac /net-mgmt/nagios12/files/patch-xdddb.c | |
parent | MAINTAINER UPDATE: net/nagios-plugins (diff) |
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>
Notes
Notes:
svn path=/head/; revision=78478
Diffstat (limited to 'net-mgmt/nagios12/files/patch-xdddb.c')
-rw-r--r-- | net-mgmt/nagios12/files/patch-xdddb.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 + + |