RedHat errors in packaging
Magnus Fromreide <[email protected]>
| Newsgroups | gmane.network.net-snmp.devel |
|---|---|
| Message-ID | <[email protected]> |
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