[Pkg-nagios-devel] Bug#304795: marked as done (nagios-common: 9999_nsca_pathfix patch - correct path to /usr/bin/printf)

Debian Bug Tracking System owner@bugs.debian.org
Mon, 18 Apr 2005 22:48:04 -0700


Your message dated Tue, 19 Apr 2005 01:32:18 -0400
with message-id <E1DNlLO-0000UK-00@newraff.debian.org>
and subject line Bug#304795: fixed in nagios 2:1.3-cvs.20050402-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Apr 2005 14:30:47 +0000
>From filip.sneppe@uptime.be Fri Apr 15 07:30:47 2005
Return-path: <filip.sneppe@uptime.be>
Received: from master.debian.org [146.82.138.7] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DMRqJ-0004GH-00; Fri, 15 Apr 2005 07:30:47 -0700
Received: from ip-213-92-128-120.aramiska-arc.aramiska.net ([127.0.0.1]) [213.92.128.120] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DMRqG-0005ym-00; Fri, 15 Apr 2005 09:30:46 -0500
Content-Type: multipart/mixed; boundary="===============1351916571=="
MIME-Version: 1.0
From: Filip Sneppe <filip.sneppe@uptime.be>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: nagios-common: 9999_nsca_pathfix patch - correct path to /usr/bin/printf
X-Mailer: reportbug 3.8
Date: Fri, 15 Apr 2005 16:30:34 +0200
Message-Id: <E1DMRqG-0005ym-00@master.debian.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	OUR_MTA_MSGID autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1351916571==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: nagios-common
Version: 2:1.3-cvs.20050402-1
Severity: minor


I think this patch is needed so 9999_nsca_pathfix.dpatch sets the
correct path to /usr/bin/printf:


--- orig/nagios-1.3-cvs.20050402/debian/patches/9999_nsca_pathfix.dpatch	2005-04-14 10:35:45.000000000 +0200
+++ finalmod/nagios-1.3-cvs.20050402/debian/patches/9999_nsca_pathfix.dpatch	2005-04-15 16:08:37.000000000 +0200
@@ -20,14 +20,17 @@
 diff -urNad nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca /home/seanius/tmp/dpep.VqnkWQ/nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca
 --- nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca	2004-12-06 18:17:43.000000000 -0500
 +++ /home/seanius/tmp/dpep.VqnkWQ/nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca	2004-12-06 18:17:43.000000000 -0500
-@@ -28,8 +28,8 @@
+@@ -26,10 +26,10 @@
+ # IP address of the central server that has the nsca
+ # daemon running.
  
- printfcmd="/usr/bin/printf"
+-printfcmd="/bin/printf"
++printfcmd="/usr/bin/printf"
  
 -NscaBin="/usr/local/nagios/libexec/send_nsca" 
 -NscaCfg="/usr/local/nagios/etc/send_nsca.cfg"
 +NscaBin="/usr/sbin/send_nsca" 
-+NscaCfg="/etc/send_nsca.cfg"
++NscaCfg="/etc/send_nsca.cfg" 
  NagiosHost="nagioshost"
  
  # Fire the data off to the NSCA daemon using the send_nsca script 

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.30-net-patches
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages nagios-common depends on:
ii  adduser          3.63                    Add and remove users and groups
ii  apache2-mpm-pref 2.0.53-5                traditional model for Apache2
ii  coreutils [fileu 5.2.1-2                 The GNU core utilities
ii  debconf [debconf 1.4.30.11               Debian configuration management sy
ii  mailx            1:8.1.2-0.20040524cvs-4 A simple mail user agent
ii  nagios-plugins   1.3.1.0-12              Plugins for the nagios network mon
ii  nagios-text [nag 2:1.3-cvs.20050402-1    A host/service/network monitoring 

-- debconf information:
* nagios/wwwsuid: true
  nagios/upgradefromnetsaint:
* nagios/configapache: Apache2

--===============1351916571==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="better_9999_nsca_pathfix.dpatch"

--- orig/nagios-1.3-cvs.20050402/debian/patches/9999_nsca_pathfix.dpatch	2005-04-14 10:35:45.000000000 +0200
+++ finalmod/nagios-1.3-cvs.20050402/debian/patches/9999_nsca_pathfix.dpatch	2005-04-15 16:08:37.000000000 +0200
@@ -20,14 +20,17 @@
 diff -urNad nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca /home/seanius/tmp/dpep.VqnkWQ/nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca
 --- nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca	2004-12-06 18:17:43.000000000 -0500
 +++ /home/seanius/tmp/dpep.VqnkWQ/nagios-1.3/contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca	2004-12-06 18:17:43.000000000 -0500
-@@ -28,8 +28,8 @@
+@@ -26,10 +26,10 @@
+ # IP address of the central server that has the nsca
+ # daemon running.
  
- printfcmd="/usr/bin/printf"
+-printfcmd="/bin/printf"
++printfcmd="/usr/bin/printf"
  
 -NscaBin="/usr/local/nagios/libexec/send_nsca" 
 -NscaCfg="/usr/local/nagios/etc/send_nsca.cfg"
 +NscaBin="/usr/sbin/send_nsca" 
-+NscaCfg="/etc/send_nsca.cfg"
++NscaCfg="/etc/send_nsca.cfg" 
  NagiosHost="nagioshost"
  
  # Fire the data off to the NSCA daemon using the send_nsca script 

--===============1351916571==--

---------------------------------------
Received: (at 304795-close) by bugs.debian.org; 19 Apr 2005 05:39:11 +0000
>From katie@ftp-master.debian.org Mon Apr 18 22:39:11 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DNlS3-0003wu-00; Mon, 18 Apr 2005 22:39:11 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DNlLO-0000UK-00; Tue, 19 Apr 2005 01:32:18 -0400
From: sean finney <seanius@debian.org>
To: 304795-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#304795: fixed in nagios 2:1.3-cvs.20050402-2
Message-Id: <E1DNlLO-0000UK-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 19 Apr 2005 01:32:18 -0400
Delivered-To: 304795-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: nagios
Source-Version: 2:1.3-cvs.20050402-2

We believe that the bug you reported is fixed in the latest version of
nagios, which is due to be installed in the Debian FTP archive:

nagios-common_1.3-cvs.20050402-2_all.deb
  to pool/main/n/nagios/nagios-common_1.3-cvs.20050402-2_all.deb
nagios-mysql_1.3-cvs.20050402-2_sparc.deb
  to pool/main/n/nagios/nagios-mysql_1.3-cvs.20050402-2_sparc.deb
nagios-pgsql_1.3-cvs.20050402-2_sparc.deb
  to pool/main/n/nagios/nagios-pgsql_1.3-cvs.20050402-2_sparc.deb
nagios-text_1.3-cvs.20050402-2_sparc.deb
  to pool/main/n/nagios/nagios-text_1.3-cvs.20050402-2_sparc.deb
nagios_1.3-cvs.20050402-2.diff.gz
  to pool/main/n/nagios/nagios_1.3-cvs.20050402-2.diff.gz
nagios_1.3-cvs.20050402-2.dsc
  to pool/main/n/nagios/nagios_1.3-cvs.20050402-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 304795@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
sean finney <seanius@debian.org> (supplier of updated nagios package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 16 Apr 2005 01:12:24 -0400
Source: nagios
Binary: nagios-pgsql nagios-text nagios-mysql nagios-common
Architecture: source sparc all
Version: 2:1.3-cvs.20050402-2
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Changed-By: sean finney <seanius@debian.org>
Description: 
 nagios-common - A host/service/network monitoring and management system
 nagios-mysql - A host/service/network monitoring and management system
 nagios-pgsql - A host/service/network monitoring and management system
 nagios-text - A host/service/network monitoring and management system
Closes: 304795 304796
Changes: 
 nagios (2:1.3-cvs.20050402-2) unstable; urgency=low
 .
   * Sean Finney:
     - change the order of a couple debhelper macros that resulted in
       nagios not being stopped at purge time.  thanks to
       Filip Sneppe <filip.sneppe@uptime.be> for reporting this
       (closes: #304796).
     - include the "grouplist.cgi" patch from apan.sourceforge.net, as
       well as a commented out example in apache.conf to use it.
       thanks to Filip for doing the gruntwork on this.
     - path correction for printf in 9999_nsca_pathfix.dpatch.  thanks
       again to Filip (closes: #304795).
Files: 
 a72e53e6eac3b0c0d7cd880adce5a4c3 1021 net optional nagios_1.3-cvs.20050402-2.dsc
 3a2f72eb3744e05629d1395df22f3174 67814 net optional nagios_1.3-cvs.20050402-2.diff.gz
 3120e0fb200d254a0f326cb2f7133cc2 894202 net optional nagios-text_1.3-cvs.20050402-2_sparc.deb
 735a48b76f01def2fb22cf3b5a4a7224 896274 net optional nagios-mysql_1.3-cvs.20050402-2_sparc.deb
 6ca78b9b26f4d236eef423aafbe3e29d 904094 net optional nagios-pgsql_1.3-cvs.20050402-2_sparc.deb
 1b9ba23ab2366ec29a2a5ec775d057d7 1219454 net optional nagios-common_1.3-cvs.20050402-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCZJQgynjLPm522B0RAmOsAJ0eW+kpm74ijZF8sibjGYwgBUAeWgCbB75B
ivGw7VXEW0k6SOqXBhTc0Tk=
=wHI+
-----END PGP SIGNATURE-----