]> git.pld-linux.org Git - packages/nagios-plugins.git/blob - nagios-plugins-pgsql.patch
Rediff patches.
[packages/nagios-plugins.git] / nagios-plugins-pgsql.patch
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@
8 diff -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
12  #include "utils.h"
13  
14  #include "netutils.h"
15 +#include "pg_config_manual.h"
16  #include <libpq-fe.h>
17  #include <pg_config_manual.h>
18  
This page took 0.055577 seconds and 3 git commands to generate.