diff options
author | mm <mm@FreeBSD.org> | 2008-02-09 17:32:29 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2008-02-09 17:32:29 +0800 |
commit | bf3721f42bcb4fc112d8d1cec2106b2d4045b41d (patch) | |
tree | 7d2ecbf83d98f5a3cc21417a92d5351471fd405a /net-mgmt/nagios-plugins | |
parent | 0aec74903bc2fd027ae648424e7f606a71880db3 (diff) | |
download | freebsd-ports-gnome-bf3721f42bcb4fc112d8d1cec2106b2d4045b41d.tar.gz freebsd-ports-gnome-bf3721f42bcb4fc112d8d1cec2106b2d4045b41d.tar.zst freebsd-ports-gnome-bf3721f42bcb4fc112d8d1cec2106b2d4045b41d.zip |
- add patch to support PostgreSQL 8.3
PR: ports/120147
Submitted by: mm
Approved by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins__check_pgsql.c | 10 |
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" |