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
/etc/init.d/sec stop || exit $?
fi
fi
# End automatically added section
--------------
Doing installation and removal on clean box, I could not reproduce the issue.
Can you see if you can make it happen again, please ?
--j
On Mon, 27 Dec 2010, Serafeim Zanikolas wrote:
> 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 doesn't run out of the
> box
>
> -- System Information:
> Debian Release: squeeze/sid
> APT prefers testing
> APT policy: (500, 'testing'), (100, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
> Locale: LANG=en_GB.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
>
> Versions of packages sec depends on:
> ii perl 5.10.1-16 Larry Wall's Practical
> Extraction
>
> sec recommends no packages.
>
> sec suggests no packages.
>
>
>
>
> ** CRM114 Whitelisted by: [email protected] **
>
> ** ACCEPT: CRM114 Whitelisted by: [email protected] **
>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]