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.

59 lines
2.8 KiB

23 years ago
22 years ago
22 years ago
  1. # $OpenBSD: inetd.conf,v 1.51 2003/03/24 01:47:28 ian 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. #finger stream tcp nowait _fingerd /usr/libexec/fingerd fingerd -lsm
  16. #finger stream tcp6 nowait _fingerd /usr/libexec/fingerd fingerd -lsm
  17. ident stream tcp nowait _identd /usr/libexec/identd identd -el
  18. ident stream tcp6 nowait _identd /usr/libexec/identd identd -el
  19. #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
  20. #tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -s /tftpboot
  21. 127.0.0.1:comsat dgram udp wait root /usr/libexec/comsat comsat
  22. [::1]:comsat dgram udp6 wait root /usr/libexec/comsat comsat
  23. #ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
  24. #bootps dgram udp wait root /usr/sbin/bootpd bootpd
  25. #pop3 stream tcp nowait root /usr/sbin/popa3d popa3d
  26. # Internal services
  27. #echo stream tcp nowait root internal
  28. #echo stream tcp6 nowait root internal
  29. #discard stream tcp nowait root internal
  30. #discard stream tcp6 nowait root internal
  31. #chargen stream tcp nowait root internal
  32. #chargen stream tcp6 nowait root internal
  33. daytime stream tcp nowait root internal
  34. daytime stream tcp6 nowait root internal
  35. time stream tcp nowait root internal
  36. time stream tcp6 nowait root internal
  37. #echo dgram udp wait root internal
  38. #echo dgram udp6 wait root internal
  39. #discard dgram udp wait root internal
  40. #discard dgram udp6 wait root internal
  41. #chargen dgram udp wait root internal
  42. #chargen dgram udp6 wait root internal
  43. #daytime dgram udp wait root internal
  44. #daytime dgram udp6 wait root internal
  45. #time dgram udp wait root internal
  46. #time dgram udp6 wait root internal
  47. # Kerberos authenticated services
  48. #kshell stream tcp nowait root /usr/libexec/rshd rshd -k
  49. #ekshell stream tcp nowait root /usr/libexec/rshd rshd -Lk
  50. #ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -Lk
  51. #kauth stream tcp nowait root /usr/libexec/kauthd kauthd
  52. # Encrypted X connections
  53. #kx stream tcp nowait root /usr/X11R6/bin/kxd kxd
  54. # RPC based services
  55. #rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
  56. #rusersd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
  57. #walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
  58. #sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd
  59. #rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad