> for i in `find . -type f -name S90telnetd` ; do > mv $i `echo $i | sed s/S90telnetd/K90telnetd` ; > done > > There is probably a much easier way of doing it than that, but it > works, and this is my opinion, after all.
update-inetd --disable telnet just did it today, found it in the *updated* debian security manual announced yesterday: http://www.debian.org/doc/manuals/securing-debian-howto/ (==timothy==)