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

gstreamer: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Thu May 02 22:34:01 2013 +0200 (2013-05-02)
parents 73595cae4a67
children 9968fba578c3
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