mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
74feb01ba0
- 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>
12 lines
204 B
C
12 lines
204 B
C
--- 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
|
|
|
|
|