<div dir="ltr">Experiment. I create a bogus rc symlink for resolvconf.<div><br></div><div>    ln -s ../init.d/resolvconf /etc/rc2.d/S01resolvconf</div><div><br></div><div>Then I run update-rc.d with an unrelated initscript.</div><div><br></div><div>    update-rc.d alsa-utils defaults</div><div><br></div><div>After this, the resolvconf symlink in rc2.d is still present but has been renumbered to S11resolvconf! Bad.</div><div><br></div><div>I have added code to the postinst to do "update-rc.d resolvconf remove" if there are any S links for resolvconf in rc[1-5].</div><div>-- </div><div>Thomas</div></div>