aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2008-02-09 09:32:29 +0000
committerMartin Matuska <mm@FreeBSD.org>2008-02-09 09:32:29 +0000
commit0b90508989ee07b639b1dacd68554b799638d4da (patch)
treeba2f4db496213b45713ed83c72fd5acc6a92ec6d /net-mgmt/nagios-plugins
parentbe4e5cdeaa8d51a261a3ad95470e81c9c28d52aa (diff)
downloadports-0b90508989ee07b639b1dacd68554b799638d4da.tar.gz
ports-0b90508989ee07b639b1dacd68554b799638d4da.zip
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-plugins__check_pgsql.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins__check_pgsql.c b/net-mgmt/nagios-plugins/files/patch-plugins__check_pgsql.c
new file mode 100644
index 000000000000..37eac96d0e16
--- /dev/null
+++ b/net-mgmt/nagios-plugins/files/patch-plugins__check_pgsql.c
@@ -0,0 +1,10 @@
+--- plugins/check_pgsql.c.orig 2008-01-30 11:17:46.000000000 +0100
++++ plugins/check_pgsql.c 2008-01-30 11:18:00.000000000 +0100
+@@ -43,6 +43,7 @@
+ #include "utils.h"
+
+ #include "netutils.h"
++#include "pg_config_manual.h"
+ #include <libpq-fe.h>
+
+ #define DEFAULT_DB "template1"