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

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Sun Mar 10 08:09:36 2019 +0100 (2019-03-10)
parents f48f653c6d0c
children
line diff
     1.1 --- a/busybox/stuff/inetd.conf	Sun Apr 26 11:53:17 2015 +0200
     1.2 +++ b/busybox/stuff/inetd.conf	Sun Mar 10 08:09:36 2019 +0100
     1.3 @@ -26,10 +26,10 @@
     1.4  
     1.5  # These are standard services.
     1.6  #
     1.7 -tftp	dgram	udp	wait	root	tftpd	tftpd -r /boot
     1.8 -#systat	stream	tcp	nowait	nobody	ps -auwwx
     1.9 -#netstat	stream	tcp	nowait	root	netstat	netstat	-a
    1.10 -#http	stream	tcp	nowait	root	httpd	httpd	-i -u 80:80
    1.11 -#ftp	stream	tcp	nowait	root	ftpd	ftpd	-w /home/ftp
    1.12 -#printer	stream	tcp	nowait	root	lpd	lpd	/var/spool/lpd
    1.13 -#telnet	stream	tcp	nowait	root	telnetd	telnetd	-i
    1.14 +tftp	dgram	udp	wait	root	/usr/sbin/tftpd	tftpd -r /boot
    1.15 +#systat	stream	tcp	nowait	nobody	/sbin/ps -auwwx
    1.16 +#netstat	stream	tcp	nowait	root	/bin/netstat	netstat	-a
    1.17 +#http	stream	tcp	nowait	root	/usr/sbin/httpd	httpd	-i -u 80:80
    1.18 +#ftp	stream	tcp	nowait	root	/usr/sbin/ftpd	ftpd	-w /home/ftp
    1.19 +#printer	stream	tcp	nowait	root	/usr/bin/lpd	lpd	/var/spool/lpd
    1.20 +#telnet	stream	tcp	nowait	root	/usr/sbin/telnetd	telnetd	-i