Bug#663682: prerm tries to stop stun twice
Jamie McClelland
jm at mayfirst.org
Sun Jun 23 11:56:09 UTC 2013
The /var/lib/dpkg/info/stun.prerm file contains:
---------------
#!/bin/sh
set -e
if [ -x "/etc/init.d/stun" ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d stun stop || exit $?
else
/etc/init.d/stun stop || exit $?
fi
fi
# Automatically added by dh_installinit
if [ -x "/etc/init.d/stun" ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d stun stop || exit $?
else
/etc/init.d/stun stop || exit $?
fi
fi
# End automatically added section
---------------
If I removed the first stanza (so it's only stopped once) it seems to work.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/attachments/20130623/e96243d6/attachment.sig>
More information about the Pkg-voip-maintainers
mailing list