<div dir="ltr"><div>tags 781257 +patch</div><div>thanks</div><div><br></div><div>It turns out that the original motivation why the killall was added is gone.</div><div>These days the install scripts no more call deluser (only snmpd.postrm).</div><div><br></div><div>So we can just remove the killall introduced by Ubuntu LP: #573391 to fix</div><div>LP: #1245604 and Debian Bug #781257</div><div><br></div><div>FYI - I'm uploading a comparable fix to the Ubuntu LP to fix it as well</div><div>until we merge again.</div><div><br></div><div>[diffstat]</div><div> snmp.preinst |    2 --</div><div> 1 file changed, 2 deletions(-</div><div><br></div><div>diff --git a/debian/snmp.preinst b/debian/snmp.preinst</div><div>index 8f8c754..a9e7b87 100644</div><div>--- a/debian/snmp.preinst</div><div>+++ b/debian/snmp.preinst</div><div>@@ -12,8 +12,6 @@ install|upgrade)</div><div>     rm -rf /usr/doc/snmp</div><div>   fi</div><div> </div><div>-  killall -u snmp 2>/dev/null || true</div><div>-</div><div>   ;;</div><div> abort-upgrade)</div><div>   ;;</div><div><br></div>
</div>