wok diff busybox/stuff/inetd.conf @ rev 25555
Up gsoap (2.8.127)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 19 10:00:25 2023 +0000 (19 months ago) |
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 Wed Apr 19 10:00:25 2023 +0000 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