Bug#608078: sec: removing the package does not stop daemon

2011-08-13 Thread Jaakko Niemi
Hi, That version of sec, does have prerm script in the package: -- #!/bin/sh set -e # Automatically added by dh_installinit if [ -x "/etc/init.d/sec" ]; then if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d sec stop || exit $? else

Bug#608078: sec: removing the package does not stop daemon

2010-12-26 Thread Serafeim Zanikolas
Package: sec Version: 2.5.3-1+nmu1 Severity: normal Hi, Removing sec does not stop its daemon. The prerm script should be calling sec's init script with a stop argument (this can be easily taken care of with dh_installinit). Cheers, Serafeim ps. I'm setting the severity only to normal since sec