[568] | 1 | # /etc/inetd.conf: see inetd(8) for further informations. |
---|
| 2 | # |
---|
| 3 | # Internet superserver configuration database |
---|
| 4 | # |
---|
| 5 | # |
---|
| 6 | # Lines starting with "#:LABEL:" or "#<off>#" should not |
---|
| 7 | # be changed unless you know what you are doing! |
---|
| 8 | # |
---|
| 9 | # If you want to disable an entry so it isn't touched during |
---|
| 10 | # package updates just comment it out with a single '#' character. |
---|
| 11 | # |
---|
| 12 | # Packages should modify this file by using update-inetd(8) |
---|
| 13 | # |
---|
| 14 | # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args> |
---|
| 15 | # |
---|
| 16 | #:INTERNAL: Internal services |
---|
| 17 | #discard stream tcp nowait root internal |
---|
| 18 | #discard dgram udp wait root internal |
---|
| 19 | #daytime stream tcp nowait root internal |
---|
| 20 | #time stream tcp nowait root internal |
---|
| 21 | |
---|
| 22 | #:STANDARD: These are standard services. |
---|
| 23 | |
---|
| 24 | #:BSD: Shell, login, exec and talk are BSD protocols. |
---|
| 25 | |
---|
| 26 | #:MAIL: Mail, news and uucp services. |
---|
| 27 | |
---|
| 28 | #:INFO: Info services |
---|
| 29 | ident stream tcp wait identd /usr/sbin/identd identd |
---|
| 30 | |
---|
| 31 | #:BOOT: TFTP service is provided primarily for booting. Most sites |
---|
| 32 | # run this only on machines acting as "boot servers." |
---|
| 33 | |
---|
| 34 | #:RPC: RPC based services |
---|
| 35 | |
---|
| 36 | #:HAM-RADIO: amateur-radio services |
---|
| 37 | |
---|
| 38 | #:OTHER: Other services |
---|
| 39 | |
---|
[215] | 40 | # Make it easy to remotely query these LVS servers |
---|
| 41 | # Joe Presbrey <presbrey@mit.edu> |
---|
| 42 | 60001 stream tcp nowait nobody /usr/local/sbin/in.vs_main |
---|
| 43 | 60002 stream tcp nowait nobody /usr/local/sbin/in.vs_stat |
---|
| 44 | 60003 stream tcp nowait nobody /usr/local/sbin/in.vs_conn |
---|