mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +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/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
|
|
|
|
|