wok-current annotate busybox/stuff/inetd.conf @ rev 16715
libfm: add forgotten modules and Sakura support, remove garbage MIME info; pcmanfm: use full translated original .desktop files.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 29 18:52:28 2014 +0300 (2014-05-29) |
parents | 8071f3e4169d |
children | 227b2c1214c2 |
rev | line source |
---|---|
pascal@620 | 1 # Internet server configuration database |
pascal@620 | 2 # |
pascal@620 | 3 # |
pascal@620 | 4 # If you want to disable an entry so it isn't touched during |
pascal@620 | 5 # package updates just comment it out with a single '#' character. |
pascal@620 | 6 # |
pascal@620 | 7 # If you make changes to this file, either reboot your machine or |
pascal@620 | 8 # send the inetd process a HUP signal: |
pascal@620 | 9 # Do a "ps x" as root and look up the pid of inetd. Then do a |
pascal@620 | 10 # kill -HUP <pid of inetd> |
pascal@620 | 11 # inetd will re-read this file whenever it gets that signal. |
pascal@620 | 12 # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args> |
pascal@620 | 13 # |
pascal@620 | 14 #:INTERNAL: Internal services |
pascal@620 | 15 # It is generally considered safer to keep these off. |
pascal@620 | 16 echo stream tcp nowait root internal |
pascal@620 | 17 echo dgram udp wait root internal |
pascal@620 | 18 #discard stream tcp nowait root internal |
pascal@620 | 19 #discard dgram udp wait root internal |
pascal@620 | 20 daytime stream tcp nowait root internal |
pascal@620 | 21 daytime dgram udp wait root internal |
pascal@620 | 22 #chargen stream tcp nowait root internal |
pascal@620 | 23 #chargen dgram udp wait root internal |
pascal@620 | 24 time stream tcp nowait root internal |
pascal@620 | 25 time dgram udp wait root internal |
pascal@620 | 26 |
pascal@620 | 27 # These are standard services. |
pascal@620 | 28 # |
mojo@14363 | 29 tftp dgram udp wait root /usr/sbin/tftpd /usr/sbin/tftpd -r /boot |
pascal@620 | 30 #systat stream tcp nowait nobody /bin/ps |
pascal@620 | 31 #netstat stream tcp nowait root /bin/netstat /bin/netstat -a |
pascal@14872 | 32 #http stream tcp nowait root /usr/sbin/httpd /usr/sbin/httpd -i -u 80:80 |
pascal@14872 | 33 #ftp stream tcp nowait root /usr/sbin/ftpd /usr/sbin/ftpd -w /home/ftp |
pascal@14872 | 34 #printer stream tcp nowait root /usr/sbin/lpd /usr/sbin/lpd /var/spool/lpd |