]> git.pld-linux.org Git - packages/nagios-plugins.git/blame - nagios-plugins-pgsql.patch
fix check_file_age utils.pm locate
[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@
8diff -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.02881 seconds and 4 git commands to generate.