Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.8 KiB

20 years ago
23 years ago
20 years ago
22 years ago
22 years ago
  1. # $OpenBSD: inetd.conf,v 1.56 2004/12/13 16:20:28 henning Exp $
  2. #
  3. # Internet server configuration database
  4. #
  5. # define *both* IPv4 and IPv6 entries for dual-stack support.
  6. #
  7. #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US
  8. #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -US
  9. #127.0.0.1:8021 stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy
  10. #telnet stream tcp nowait root /usr/libexec/telnetd telnetd -k
  11. #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd -k
  12. #shell stream tcp nowait root /usr/libexec/rshd rshd -L
  13. #shell stream tcp6 nowait root /usr/libexec/rshd rshd -L
  14. #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
  15. #uucpd stream tcp6 nowait root /usr/libexec/uucpd uucpd
  16. #finger stream tcp nowait _fingerd /usr/libexec/fingerd fingerd -lsm
  17. #finger stream tcp6 nowait _fingerd /usr/libexec/fingerd fingerd -lsm
  18. ident stream tcp nowait _identd /usr/libexec/identd identd -el
  19. ident stream tcp6 nowait _identd /usr/libexec/identd identd -el
  20. #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
  21. #tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -s /tftpboot
  22. 127.0.0.1:comsat dgram udp wait root /usr/libexec/comsat comsat
  23. [::1]:comsat dgram udp6 wait root /usr/libexec/comsat comsat
  24. #ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
  25. #pop3 stream tcp nowait root /usr/sbin/popa3d popa3d
  26. #pop3 stream tcp6 nowait root /usr/sbin/popa3d popa3d
  27. # Internal services
  28. #echo stream tcp nowait root internal
  29. #echo stream tcp6 nowait root internal
  30. #discard stream tcp nowait root internal
  31. #discard stream tcp6 nowait root internal
  32. #chargen stream tcp nowait root internal
  33. #chargen stream tcp6 nowait root internal
  34. daytime stream tcp nowait root internal
  35. daytime stream tcp6 nowait root internal
  36. time stream tcp nowait root internal
  37. time stream tcp6 nowait root internal
  38. #echo dgram udp wait root internal
  39. #echo dgram udp6 wait root internal
  40. #discard dgram udp wait root internal
  41. #discard dgram udp6 wait root internal
  42. #chargen dgram udp wait root internal
  43. #chargen dgram udp6 wait root internal
  44. #daytime dgram udp wait root internal
  45. #daytime dgram udp6 wait root internal
  46. #time dgram udp wait root internal
  47. #time dgram udp6 wait root internal
  48. # Kerberos authenticated services
  49. #kshell stream tcp nowait root /usr/libexec/rshd rshd -k
  50. #ekshell stream tcp nowait root /usr/libexec/rshd rshd -Lk
  51. #ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -Lk
  52. #kauth stream tcp nowait root /usr/libexec/kauthd kauthd
  53. # RPC based services
  54. #rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
  55. #rusersd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
  56. #walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
  57. #sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd
  58. #rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad