components/net-snmp-57/patches/054.20479968.net-snmp-config.in.patch
author Gowtham Thommandra <Gowtham.Thommandra@Oracle.COM>
Fri, 11 Dec 2015 03:49:26 -0800
changeset 5867 445e2cf1c845
parent 4143 components/net-snmp/patches/054.20479968.net-snmp-config.in.patch@bba1a37c4d02
permissions -rw-r--r--
PSARC/2014/169 Net-snmp upgrade to version 5.7.2.1 15685782 SUNBT7005330 NET-SNMP upgrade to 5.7.2.1 15705167 SUNBT7030994 find memory leaks for snmp-notify after doing libfmnotif

This patch fixes a Solaris specific issue related to user creation
in snmpv3. The patch has been submitted to the community but has
not been accepted yet.

The details can be found in the following location
https://sourceforge.net/p/net-snmp/bugs/2607

--- a/net-snmp-create-v3-user.in	Wed Feb 19 16:36:42 2014
+++ b/net-snmp-create-v3-user.in	Wed Dec 23 22:47:04 2015
@@ -28,7 +28,7 @@
    NSC_SRCDIR="NET-SNMP-SOURCE-DIR"
 fi
 
-if @PSCMD@ | egrep ' snmpd *$' > /dev/null 2>&1 ; then
+if " /usr/bin/ps -z `zonename` | egrep ' snmpd *$' " > /dev/null 2>&1 ; then
     echo "Apparently at least one snmpd demon is already running."
     echo "You must stop them in order to use this command."
     exit 1