- add mibII/mta_sendmail (#207909)

This commit is contained in:
Radek Vokál 2006-09-25 12:05:35 +00:00
parent 7df074dc60
commit f2394c515c
1 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Summary: A collection of SNMP protocol tools and libraries.
Name: net-snmp
Version: %{major_ver}
Release: 9%{?dist}
Release: 10%{?dist}
Epoch: 1
License: BSDish
@ -170,7 +170,8 @@ export LIBDIR="%{_libdir}"
--with-logfile="/var/log/snmpd.log" \
--with-persistent-directory="/var/net-snmp" \
%ifarch %{ix86} x86_64
--with-mib-modules="host agentx smux ucd-snmp/lmSensors ucd-snmp/diskio disman/event-mib tcp-mib udp-mib" \
--with-mib-modules="host agentx smux ucd-snmp/lmSensors \
ucd-snmp/diskio disman/event-mib tcp-mib udp-mib mibII/mta_sendmail" \
%else
--with-mib-modules="host agentx smux" \
%endif
@ -356,6 +357,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/lib*.so.*
%changelog
* Mon Sep 25 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-10
- add mibII/mta_sendmail (#207909)
* Fri Sep 22 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-9
- fix deprecated syscall base_reachable_time (#207273)