wok view busybox/stuff/inetd.conf @ rev 15390

Up slitaz-boot-scripts (5.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 30 18:29:11 2013 +0100 (2013-10-30)
parents 8071f3e4169d
children 227b2c1214c2
line source
1 # Internet server configuration database
2 #
3 #
4 # If you want to disable an entry so it isn't touched during
5 # package updates just comment it out with a single '#' character.
6 #
7 # If you make changes to this file, either reboot your machine or
8 # send the inetd process a HUP signal:
9 # Do a "ps x" as root and look up the pid of inetd. Then do a
10 # kill -HUP <pid of inetd>
11 # inetd will re-read this file whenever it gets that signal.
12 # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
13 #
14 #:INTERNAL: Internal services
15 # It is generally considered safer to keep these off.
16 echo stream tcp nowait root internal
17 echo dgram udp wait root internal
18 #discard stream tcp nowait root internal
19 #discard dgram udp wait root internal
20 daytime stream tcp nowait root internal
21 daytime dgram udp wait root internal
22 #chargen stream tcp nowait root internal
23 #chargen dgram udp wait root internal
24 time stream tcp nowait root internal
25 time dgram udp wait root internal
27 # These are standard services.
28 #
29 tftp dgram udp wait root /usr/sbin/tftpd /usr/sbin/tftpd -r /boot
30 #systat stream tcp nowait nobody /bin/ps
31 #netstat stream tcp nowait root /bin/netstat /bin/netstat -a
32 #http stream tcp nowait root /usr/sbin/httpd /usr/sbin/httpd -i -u 80:80
33 #ftp stream tcp nowait root /usr/sbin/ftpd /usr/sbin/ftpd -w /home/ftp
34 #printer stream tcp nowait root /usr/sbin/lpd /usr/sbin/lpd /var/spool/lpd