Bug#493484: Patch to remove the stop links from rc0 and rc6
James Westby
jw+debian at jameswestby.net
Wed Aug 13 11:52:54 UTC 2008
Hi,
In addition to the patch posted by Cesare you will need a postinst
snippet to remove the existing stop links. That will look something
like
# Remove shutdown and reboot links; this init script does not need them.
if dpkg --compare-versions "$2" lt "<version where patch is applied>";
then
rm -f /etc/rc0.d/K20destar /etc/rc6.d/K20destar
fi
Thanks,
James
More information about the Pkg-voip-maintainers
mailing list