1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/nagios/files/patch-xrddb.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

12 lines
204 B
C

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