Debian-based systems provide the update-rc.d utility to control SysV style initialization scripts. The update-rc.d command supports enable and disable as subcommands:
To disable the telnet daemon, use the following command:
# update-rc.d disable telnetd