What's the best way to manage which daemons/services start in the various init levels. I need a CLI or ncurses tool (no X). I've been just doing 'chmod -x /etc/init.d/foo' but that seems a bit crude as a way to disable something unneeded. Is there a "best" way to do this? Thanks, Michael