<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/netsnmp/S59snmpd, branch master</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-09-11T21:09:06+00:00</updated>
<entry>
<title>netsnmp: fix stop and restart actions in init script</title>
<updated>2011-09-11T21:09:06+00:00</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2011-08-31T19:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=77cc11d533f79d13e9a440823d6f5e100cbdd202'/>
<id>urn:sha1:77cc11d533f79d13e9a440823d6f5e100cbdd202</id>
<content type='text'>
/etc/init.d/S59snmpd stop (and restart) currently fail if either snmpd or
snmptrapd are not running.
This is because start-stop-daemon -K returns nonzero if the process to be
killed is not running, and this causes the whole script to fail because it runs
under 'set -e'.

This may not be noticed if only the last start-stop-daemon fails, but this is
in general wrong. It would also cause a failure in other scripts that execute
S59snmpd and check the return value.

Adding the --oknodo (-o) option to start-stop-daemon fixes this.

Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>netsnmp: bump version</title>
<updated>2008-11-04T11:26:52+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-11-04T11:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=30bb1bdca49a1dcb71d477e546a40840af865ce2'/>
<id>urn:sha1:30bb1bdca49a1dcb71d477e546a40840af865ce2</id>
<content type='text'>
Based on fa86c12d in Bernhards tree.
</content>
</entry>
</feed>
