Hi, In addition to the patch posted by Cesare you will also need a postinst snippet to remove the existing stop links if any.
That looks 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/K20ddclient /etc/rc6.d/K20ddclient
fi
Thanks,
James
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

