]> git.pld-linux.org Git - packages/nagios-plugins.git/blob - nagios-plugins-pgsql.patch
401c3687eef12fb3b2dda6ddaaec2d53b969cd72
[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 -Nur nagios-plugins-1.4.11.orig/plugins/check_pgsql.c nagios-plugins-1.4.11/plugins/check_pgsql.c
9 --- nagios-plugins-1.4.11.orig/plugins/check_pgsql.c    2007-01-28 22:46:41.000000000 +0100
10 +++ nagios-plugins-1.4.11/plugins/check_pgsql.c 2008-01-24 15:54:56.533368467 +0100
11 @@ -43,6 +43,7 @@
12  #include "utils.h"
13  
14  #include "netutils.h"
15 +#include "pg_config_manual.h"
16  #include <libpq-fe.h>
17  
18  #define DEFAULT_DB "template1"
This page took 0.057952 seconds and 2 git commands to generate.