net-snmp-config shift error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
net-snmp (Debian) |
Fix Released
|
Unknown
|
|||
net-snmp (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Hi, all!
We are working with net-snmp 5.4.3 ( Installed: 5.4.3~dfsg-
# add init routines
for i in $cfiles ; do
name=
echo checking for init_$name in $i
if grep "init_$name" $i ; then
echo " init_${name}();" >> $tmpfile
fi
# (20120314) It was commented to avoid script error.
# shift
done
Best Regards.
Changed in net-snmp (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in net-snmp (Debian): | |
status: | Unknown → New |
Changed in net-snmp (Debian): | |
status: | New → Fix Committed |
Changed in net-snmp (Debian): | |
status: | Fix Committed → Fix Released |
I think this upstream commit probably fixes this issue:
http:// net-snmp. svn.sourceforge .net/viewvc/ net-snmp? view=revision& revision= 17139
Patch:
http:// net-snmp. svn.sourceforge .net/viewvc/ net-snmp/ branches/ V5-4-patches/ net-snmp/ net-snmp- config. in?view= patch&r1= 17139&r2= 17138&pathrev= 17139