diff options
author | Martin Matuska <mm@FreeBSD.org> | 2008-02-09 09:32:29 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2008-02-09 09:32:29 +0000 |
commit | 0b90508989ee07b639b1dacd68554b799638d4da (patch) | |
tree | ba2f4db496213b45713ed83c72fd5acc6a92ec6d /net-mgmt/nagios-plugins | |
parent | be4e5cdeaa8d51a261a3ad95470e81c9c28d52aa (diff) | |
download | ports-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.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" |