fix tuxbox-common
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-core / busybox / busybox-1.19.4 / busybox-telnetd.xinetd.in
1 service telnet
2 {
3         socket_type = stream
4         user = root
5         server = @SBINDIR@/telnetd
6         wait = no
7 }