[Pkg-nagios-changes] [pkg-nagios] r1532 - nagios3/trunk/debian/patches

Alexander Wirt formorer at alioth.debian.org
Fri Jul 18 20:03:31 UTC 2008


Author: formorer
Date: 2008-07-18 20:03:31 +0000 (Fri, 18 Jul 2008)
New Revision: 1532

Added:
   nagios3/trunk/debian/patches/60_fix_p1.pl_patch_mini_epn.dpatch
Log:
Call p1.pl from /usr/lib/nagios3


Added: nagios3/trunk/debian/patches/60_fix_p1.pl_patch_mini_epn.dpatch
===================================================================
--- nagios3/trunk/debian/patches/60_fix_p1.pl_patch_mini_epn.dpatch	                        (rev 0)
+++ nagios3/trunk/debian/patches/60_fix_p1.pl_patch_mini_epn.dpatch	2008-07-18 20:03:31 UTC (rev 1532)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 60_fix_p1.pl_patch_mini_epn.dpatch by Alexander Wirt <formorer at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Call p1.pl from /usr/lib/nagios3 
+
+ at DPATCH@
+diff -urNad nagios3-3.0.3~/contrib/mini_epn.c nagios3-3.0.3/contrib/mini_epn.c
+--- nagios3-3.0.3~/contrib/mini_epn.c	2005-11-15 01:49:36.000000000 +0000
++++ nagios3-3.0.3/contrib/mini_epn.c	2008-07-18 19:59:37.000000000 +0000
+@@ -17,7 +17,7 @@
+ #endif
+ */
+ 
+-	char *embedding[] = { "", "p1.pl" };
++	char *embedding[] = { "", "/usr/lib/nagios3/p1.pl" };
+ 	char *plugin_output ;
+ 	char fname[64];
+ 	char *args[] = {"","0", "", "", NULL };


Property changes on: nagios3/trunk/debian/patches/60_fix_p1.pl_patch_mini_epn.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-nagios-changes mailing list