On Sun, Aug 19, 2012 at 11:42 PM, Garrett Cooper <[email protected]> wrote: > On Sun, Aug 19, 2012 at 11:39 PM, Niels Baggesen > <[email protected]> wrote: >> A rather trivial patch, but useful :-) > > First hunk in the diff is incorrect: > > --- a/agent/mibgroup/host/data_access/swinst.h > +++ b/agent/mibgroup/host/data_access/swinst.h > @@ -26,7 +26,7 @@ config_exclude(host/hr_swinst) > #elif defined( HAVE_LIBRPM ) && defined( linux ) > config_require(host/data_access/swinst_rpm) > #elif defined( HAVE_PKGLOCS_H ) || defined( hpux9 ) || defined( > hpux10 ) || defined( hpux11 ) || defined( freebsd2 ) || defined( linux > ) > - config_require(host/data_access/swinst_pkginfo) > + config_require(host/data_access/swinst_pkginfo) || defined( openbsd ) > #else > config_warning(This platform does not yet support > hrSWInstalledTable rewrites) > config_require(host/data_access/swinst_null) > > Should be `|| defined( linux ) || defined openbsd )`.
And of course gmail screwed up the diff, per usual. -Garrett ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
