]> git.pld-linux.org Git - packages/nagios-plugins.git/blame - nagios-plugins-pgsql.patch
Rediff patches.
[packages/nagios-plugins.git] / nagios-plugins-pgsql.patch
CommitLineData
6496d43e
ER
1#! /bin/sh /usr/share/dpatch/dpatch-run
2## 28_check_pgsql_include_for_8.3.dpatch by Jan Wagner <waja@cyconet.org>
3##
4## All lines beginning with `## DP:' are a description of the patch.
5## DP: include pg_config_manual.h since NAMEDATALEN definition moved there with psql 8.3
6
7@DPATCH@
d76fcccd
AM
8diff -urNp -x '*.orig' nagios-plugins-2.3.3.org/plugins/check_pgsql.c nagios-plugins-2.3.3/plugins/check_pgsql.c
9--- nagios-plugins-2.3.3.org/plugins/check_pgsql.c 2019-12-04 22:53:08.000000000 +0100
10+++ nagios-plugins-2.3.3/plugins/check_pgsql.c 2021-04-19 12:01:17.181840152 +0200
11@@ -36,6 +36,7 @@ const char *email = "devel@nagios-plugin
6496d43e
ER
12 #include "utils.h"
13
14 #include "netutils.h"
15+#include "pg_config_manual.h"
16 #include <libpq-fe.h>
d76fcccd 17 #include <pg_config_manual.h>
6496d43e 18
This page took 0.074749 seconds and 4 git commands to generate.