wok diff busybox/stuff/inetd.conf @ rev 17046

Add tcpd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 20 12:09:19 2014 +0200 (2014-08-20)
parents 9968fba578c3
children f48f653c6d0c
line diff
     1.1 --- a/busybox/stuff/inetd.conf	Tue Jul 23 11:42:49 2013 +0000
     1.2 +++ b/busybox/stuff/inetd.conf	Wed Aug 20 12:09:19 2014 +0200
     1.3 @@ -26,9 +26,10 @@
     1.4  
     1.5  # These are standard services.
     1.6  #
     1.7 -tftp	dgram	udp	wait	root	/usr/sbin/tftpd	/usr/sbin/tftpd -r /boot
     1.8 -#systat	stream	tcp	nowait	nobody	/bin/ps
     1.9 -#netstat	stream	tcp	nowait	root	/bin/netstat	/bin/netstat	-a
    1.10 -#http	stream	tcp	nowait	root	/usr/sbin/httpd	/usr/sbin/httpd	-i -u 80:80
    1.11 -#ftp	stream	tcp	nowait	root	/usr/sbin/ftpd	/usr/sbin/ftpd	-w /home/ftp
    1.12 -#printer	stream	tcp	nowait	root	/usr/sbin/lpd	/usr/sbin/lpd	/var/spool/lpd
    1.13 +tftp	dgram	udp	wait	root	tftpd	tftpd -r /boot
    1.14 +#systat	stream	tcp	nowait	nobody	ps
    1.15 +#netstat	stream	tcp	nowait	root	netstat	netstat	-a
    1.16 +#http	stream	tcp	nowait	root	httpd	httpd	-i -u 80:80
    1.17 +#ftp	stream	tcp	nowait	root	ftpd	ftpd	-w /home/ftp
    1.18 +#printer	stream	tcp	nowait	root	lpd	lpd	/var/spool/lpd
    1.19 +#telnet	stream	tcp	nowait	root	telnetd	telnetd	-i