tags 781257 +patch
thanks

It turns out that the original motivation why the killall was added is gone.
These days the install scripts no more call deluser (only snmpd.postrm).

So we can just remove the killall introduced by Ubuntu LP: #573391 to fix
LP: #1245604 and Debian Bug #781257

FYI - I'm uploading a comparable fix to the Ubuntu LP to fix it as well
until we merge again.

[diffstat]
 snmp.preinst |    2 --
 1 file changed, 2 deletions(-

diff --git a/debian/snmp.preinst b/debian/snmp.preinst
index 8f8c754..a9e7b87 100644
--- a/debian/snmp.preinst
+++ b/debian/snmp.preinst
@@ -12,8 +12,6 @@ install|upgrade)
     rm -rf /usr/doc/snmp
   fi

-  killall -u snmp 2>/dev/null || true
-
   ;;
 abort-upgrade)
   ;;

Reply via email to