freebsd-ports/net-mgmt/nagios2/files/patch-xsddb.c
Edwin Groothuis 74feb01ba0 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>
2003-04-07 01:16:37 +00:00

11 lines
204 B
C

--- 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