Hello!

I found a bug in the RedHat/Fedora net-snmp packaging a few months back and
wrote a bug report (https://bugzilla.redhat.com/show_bug.cgi?id=1815984) but
nothing have happend with it.

This broke my intended use of --compile-subagent

The problem is that they have added a wrapper script for net-snmp-config and
fails to properly quote the arguments they are passing on so any spaces 
embedded in arguments are mangled into argument separators.

This is an obvious case of using $* where "$@" is needed.

Anyway, how does one go about getting that bug resolved downstream?

/MF


_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to