wok-next diff busybox/stuff/inetd.conf @ rev 9316
Up openvas-manager (1.0.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 18 09:19:41 2011 +0100 (2011-03-18) |
parents | |
children | 8071f3e4169d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/busybox/stuff/inetd.conf Fri Mar 18 09:19:41 2011 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +# Internet server configuration database 1.5 +# 1.6 +# 1.7 +# If you want to disable an entry so it isn't touched during 1.8 +# package updates just comment it out with a single '#' character. 1.9 +# 1.10 +# If you make changes to this file, either reboot your machine or 1.11 +# send the inetd process a HUP signal: 1.12 +# Do a "ps x" as root and look up the pid of inetd. Then do a 1.13 +# kill -HUP <pid of inetd> 1.14 +# inetd will re-read this file whenever it gets that signal. 1.15 +# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args> 1.16 +# 1.17 +#:INTERNAL: Internal services 1.18 +# It is generally considered safer to keep these off. 1.19 +echo stream tcp nowait root internal 1.20 +echo dgram udp wait root internal 1.21 +#discard stream tcp nowait root internal 1.22 +#discard dgram udp wait root internal 1.23 +daytime stream tcp nowait root internal 1.24 +daytime dgram udp wait root internal 1.25 +#chargen stream tcp nowait root internal 1.26 +#chargen dgram udp wait root internal 1.27 +time stream tcp nowait root internal 1.28 +time dgram udp wait root internal 1.29 + 1.30 +# These are standard services. 1.31 +# 1.32 +tftp dgram udp wait root /usr/bin/tftpd /usr/bin/tftpd -r /boot 1.33 +#systat stream tcp nowait nobody /bin/ps 1.34 +#netstat stream tcp nowait root /bin/netstat /bin/netstat -a