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
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
2 matches
Mail list logo