ping/echo still on after edit inetd.conf

I have commented the echo lines in my inetd.conf file in /etc/ on my Debian Stable webserver and still am able to ping it...

Code:
#echo     stream     tcp     nowait   root   internal
#echo     dgram     udp     wait     root     internal
I made sure I did killall -HUP inetd before proceeding...

What am I missing here?

 

 

 

 

Top