[Pkg-nagios-changes] [pkg-nagios] r1437 - in nagios3/trunk/debian: . patches

Alexander Wirt formorer at alioth.debian.org
Sun May 4 10:57:29 UTC 2008


tags 478877 pending
thanks

Author: formorer
Date: 2008-05-04 10:57:29 +0000 (Sun, 04 May 2008)
New Revision: 1437

Added:
   nagios3/trunk/debian/patches/30_fix_p1_debug_path.dpatch
Modified:
   nagios3/trunk/debian/changelog
Log:
Fix?\238?\128?\128p1.pl DEBUG_LOG_PATH 


Modified: nagios3/trunk/debian/changelog
===================================================================
--- nagios3/trunk/debian/changelog	2008-05-04 10:54:10 UTC (rev 1436)
+++ nagios3/trunk/debian/changelog	2008-05-04 10:57:29 UTC (rev 1437)
@@ -1,6 +1,7 @@
 nagios3 (3.0.1-2) unstable; urgency=low
 
   * Remove bashism from rules file (Closes: #479324, #478412) 
+  * Set p1.pl DEBUG_LOG_PATH to /var/log/nagios3/ (Closes: #478877)
 
  -- Alexander Wirt <formorer at debian.org>  Sun, 04 May 2008 12:35:16 +0200
 

Added: nagios3/trunk/debian/patches/30_fix_p1_debug_path.dpatch
===================================================================
--- nagios3/trunk/debian/patches/30_fix_p1_debug_path.dpatch	                        (rev 0)
+++ nagios3/trunk/debian/patches/30_fix_p1_debug_path.dpatch	2008-05-04 10:57:29 UTC (rev 1437)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30_fix_p1_debug_path.dpatch by Alexander Wirt <formorer at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad nagios3-3.0.1~/p1.pl nagios3-3.0.1/p1.pl
+--- nagios3-3.0.1~/p1.pl	2007-12-26 18:52:04.000000000 +0100
++++ nagios3-3.0.1/p1.pl	2008-05-04 12:55:48.000000000 +0200
+@@ -16,7 +16,7 @@
+ # use constant	DEBUG_LEVEL		=> LEAVE_MSG | CACHE_DUMP ;
+ # use constant	DEBUG_LEVEL		=> LEAVE_MSG | CACHE_DUMP | PLUGIN_DUMP ;
+ 
+-use constant	DEBUG_LOG_PATH		=> '/usr/local/nagios/var/' ;
++use constant	DEBUG_LOG_PATH		=> '/var/log/nagios3/' ;
+ # use constant	DEBUG_LOG_PATH		=> './' ;
+ use constant	LEAVE_MSG_STREAM	=> DEBUG_LOG_PATH . 'epn_leave-msgs.log' ;
+ use constant	CACHE_DUMP_STREAM	=> DEBUG_LOG_PATH . 'epn_cache-dump.log' ;


Property changes on: nagios3/trunk/debian/patches/30_fix_p1_debug_path.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-nagios-changes mailing list