commit net-snmp for openSUSE:Factory
Hello community, here is the log from the commit of package net-snmp for openSUSE:Factory checked in at 2014-07-10 08:16:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/net-snmp (Old) and /work/SRC/openSUSE:Factory/.net-snmp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "net-snmp" Changes: -------- --- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes 2014-05-22 20:38:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.net-snmp.new/net-snmp.changes 2014-07-10 08:16:52.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jun 16 13:58:17 CEST 2014 - lchiquitto@suse.com + +- merge some old fixes from SLE 11: + * init script should provide snmpd. (bnc#466805) + * stop all snmp agents when stopping the daemon. (bnc#473328) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rc.snmpd ++++++ --- /var/tmp/diff_new_pack.mnEgMi/_old 2014-07-10 08:16:55.000000000 +0200 +++ /var/tmp/diff_new_pack.mnEgMi/_new 2014-07-10 08:16:55.000000000 +0200 @@ -6,7 +6,7 @@ # /etc/init.d/snmpd # ### BEGIN INIT INFO -# Provides: net-snmp snmp +# Provides: net-snmp snmp snmpd # Required-Start: $remote_fs # Should-Start: $syslog $network # Required-Stop: $remote_fs @@ -131,6 +131,7 @@ killproc -TERM $SNMPD rc_status -v ; rc_reset # we also need to make sure all agents die + get_agents if test -n "$agents"; then for agent in $AGENTDIR/*; do test -x $agent || continue -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de