r66111 - in /trunk/libnagios-object-perl/debian: changelog patches/use-correct-path-to-status.dat

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Wed Dec 22 07:30:46 UTC 2010


Author: carnil
Date: Wed Dec 22 07:30:36 2010
New Revision: 66111

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66111
Log:
Refresh use-correct-path-to-status.dat patch for status.dat
locations in Debian's Nagios. Add patch headers.

Modified:
    trunk/libnagios-object-perl/debian/changelog
    trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat

Modified: trunk/libnagios-object-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/changelog?rev=66111&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/changelog (original)
+++ trunk/libnagios-object-perl/debian/changelog Wed Dec 22 07:30:36 2010
@@ -1,4 +1,4 @@
-libnagios-object-perl (0.21.13-1) UNRELEASED; urgency=low
+libnagios-object-perl (0.21.13-1) unstable; urgency=low
 
   * New upstream release
   * Update my email address.
@@ -7,8 +7,10 @@
   * Refresh debian/copyright: Refer to Debian systems in general instead
     of only Debian GNU/Linux systems.
   * Bump Standards-Version to 3.9.1.
+  * Refresh use-correct-path-to-status.dat patch for status.dat
+    locations in Debian's Nagios. Add patch headers.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Wed, 22 Dec 2010 08:18:36 +0100
+ -- Salvatore Bonaccorso <carnil at debian.org>  Wed, 22 Dec 2010 08:29:28 +0100
 
 libnagios-object-perl (0.21.12-1) unstable; urgency=low
 

Modified: trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat?rev=66111&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat (original)
+++ trunk/libnagios-object-perl/debian/patches/use-correct-path-to-status.dat Wed Dec 22 07:30:36 2010
@@ -1,9 +1,13 @@
-fix the man page to show the path of where Debian's Nagios puts its
-status.dat
+Description: Fix the man page to show the path of where Debian's
+ Nagios puts its status.dat.
+Origin: vendor
+Author: Ryan Niebur <ryan at debian.org>
+Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2010-12-22
 
 --- a/lib/Nagios/StatusLog.pm
 +++ b/lib/Nagios/StatusLog.pm
-@@ -129,7 +129,7 @@
+@@ -129,13 +129,13 @@
  
   # for Nagios v2.0
   my $log = Nagios::StatusLog->new(
@@ -12,3 +16,10 @@
                  Version  => 2.0
             );
  
+  # for Nagios v3.0
+  my $log = Nagios::StatusLog->new(
+-                Filename => "/var/opt/nagios/status.dat",
++                Filename => "/var/cache/nagios3/status.dat",
+                 Version  => 3.0
+            );
+ 




More information about the Pkg-perl-cvs-commits mailing list