[Pkg-nagios-changes] [pkg-nagios] r1168 - nagios-plugins/trunk/debian/patches
Sean Finney
seanius at alioth.debian.org
Sun May 27 20:37:26 UTC 2007
Author: seanius
Date: 2007-05-27 20:37:26 +0000 (Sun, 27 May 2007)
New Revision: 1168
Added:
nagios-plugins/trunk/debian/patches/28_configure_typo.dpatch
Log:
fix for disappeared check_pgsql
Added: nagios-plugins/trunk/debian/patches/28_configure_typo.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/28_configure_typo.dpatch (rev 0)
+++ nagios-plugins/trunk/debian/patches/28_configure_typo.dpatch 2007-05-27 20:37:26 UTC (rev 1168)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 28_configure_typo.dpatch by <sean at rangda.stickybit.se>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad sid~/configure sid/configure
+--- sid~/configure 2007-04-11 14:12:37.000000000 +0200
++++ sid/configure 2007-05-27 22:11:41.000000000 +0200
+@@ -21447,7 +21447,7 @@
+ { echo "$as_me:$LINENO: WARNING: install mysql client libs to compile this plugin (see REQUIREMENTS)." >&5
+ echo "$as_me: WARNING: install mysql client libs to compile this plugin (see REQUIREMENTS)." >&2;}
+ else
+- EXTRAS="$EXTRA check_mysql check_mysql_query"
++ EXTRAS="$EXTRAS check_mysql check_mysql_query"
+ MYSQLINCLUDE="$np_mysql_include"
+ MYSQLLIBS="$np_mysql_libs"
+ MYSQLCFLAGS="$np_mysql_cflags"
Property changes on: nagios-plugins/trunk/debian/patches/28_configure_typo.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-nagios-changes
mailing list