Your message dated Sat, 6 Apr 2013 13:24:39 +0900
with message-id <[email protected]>
and subject line 
has caused the Debian Bug report #639511,
regarding net-snmp: diff for NMU version 5.4.3~dfsg-2.3
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
639511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639511
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: net-snmp
Version: 5.4.3~dfsg-2.2
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared and uploaded an NMU for net-snmp (versioned as
5.4.3~dfsg-2.3) based on the patch in the bug report.

Regards.
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [email protected] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------
diff -Nru net-snmp-5.4.3~dfsg/debian/changelog net-snmp-5.4.3~dfsg/debian/changelog
--- net-snmp-5.4.3~dfsg/debian/changelog	2011-05-09 10:19:06.000000000 +0100
+++ net-snmp-5.4.3~dfsg/debian/changelog	2011-08-27 10:18:25.000000000 +0100
@@ -1,3 +1,12 @@
+net-snmp (5.4.3~dfsg-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix for init script status command when trapd is not running.  Thanks to
+    Steve Camfield <[email protected]> for the patch
+    (closes: #610306)
+
+ -- Stephen Gran <[email protected]>  Sat, 27 Aug 2011 09:10:09 +0000
+
 net-snmp (5.4.3~dfsg-2.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nru net-snmp-5.4.3~dfsg/debian/snmpd.init net-snmp-5.4.3~dfsg/debian/snmpd.init
--- net-snmp-5.4.3~dfsg/debian/snmpd.init	2011-01-05 12:12:04.000000000 +0000
+++ net-snmp-5.4.3~dfsg/debian/snmpd.init	2011-08-27 09:55:59.000000000 +0100
@@ -90,8 +90,12 @@
     ;;
   status)
     status=0
-    status_of_proc /usr/sbin/snmpd snmpd || status=$?
-    status_of_proc /usr/sbin/snmptrapd snmptrapd || status=$?
+    if [ "$SNMPDRUN" = "yes" -a -f /etc/snmp/snmpd.conf ]; then
+    	status_of_proc /usr/sbin/snmpd snmpd || status=$?
+    fi
+    if [ "$TRAPDRUN" = "yes" -a -f /etc/snmp/snmptrapd.conf ]; then
+    	status_of_proc /usr/sbin/snmptrapd snmptrapd || status=$?
+    fi
     exit $status
     ;;
   *)

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
fixed 639511 5.4.3~dfsg-2.3 
fixed 674787 5.4.3~dfsg-2.5
thanks

-- 
Hideki Yamane <[email protected]>

--- End Message ---

Reply via email to