1) find out which packages have bootup scripts: "dpkg -S /etc/init.d/* | cut -f 1 -d : | uniq | sort | uniq" Caveat: find a way to remove scripts that belong to no package.
2) for-next loop removing all symlinks for each, using update-rc.d 3) for-next loop redoing the post-install scripts of each (which is where update-rc.d would make the symlinks during installation). -- Martin-Éric Racine http://q-funk.iki.fi
signature.asc
Description: This is a digitally signed message part