wok-current diff busybox/stuff/inetd.conf @ rev 15734
Up busybox (1.22.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 01 19:39:18 2014 +0100 (2014-01-01) |
parents | 8071f3e4169d |
children | 227b2c1214c2 |
line diff
1.1 --- a/busybox/stuff/inetd.conf Sat Apr 20 10:58:28 2013 +0000 1.2 +++ b/busybox/stuff/inetd.conf Wed Jan 01 19:39:18 2014 +0100 1.3 @@ -29,3 +29,6 @@ 1.4 tftp dgram udp wait root /usr/sbin/tftpd /usr/sbin/tftpd -r /boot 1.5 #systat stream tcp nowait nobody /bin/ps 1.6 #netstat stream tcp nowait root /bin/netstat /bin/netstat -a 1.7 +#http stream tcp nowait root /usr/sbin/httpd /usr/sbin/httpd -i -u 80:80 1.8 +#ftp stream tcp nowait root /usr/sbin/ftpd /usr/sbin/ftpd -w /home/ftp 1.9 +#printer stream tcp nowait root /usr/sbin/lpd /usr/sbin/lpd /var/spool/lpd