home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 033 / atcp40de.zip / INETD.CON < prev    next >
Text File  |  1994-10-05  |  2KB  |  58 lines

  1. #
  2. #    $Id: inetd.conf,v 4.4 1994/10/05 00:28:04 jraja Exp $
  3. #
  4. #    The inetd configuration file.
  5. #
  6. #    Copyright ⌐ 1994 AmiTCP/IP Group,
  7. #                     Network Solutions Development Inc.
  8. #                     All rights reserved.
  9. #
  10. # Inetd reads its configuration information from this file upon
  11. # execution and at some later time if this file is changed or inetd 
  12. # is reconfigured in response with a CTRL-F signal.
  13. #
  14. ##
  15. #
  16. # Configuration lines are parsed with DOS function ReadItem().
  17. # Multiple line entries must have a ``+'' char as the last char in the
  18. # line. First 6 fields must be present in each entry. The line has
  19. # following entries in this order:
  20. #
  21. # service socket-type protocol wait user server cli-name cli-arguments
  22. #
  23. ##
  24. #       inetd internal services
  25. ##
  26. daytime   stream      tcp nowait root internal
  27. daytime   dgram       udp nowait root internal
  28. time      stream      tcp nowait root internal
  29. time      dgram       udp nowait root internal
  30. echo      stream      tcp nowait root internal
  31. echo      dgram       udp nowait root internal
  32. discard   stream      tcp nowait root internal
  33. discard   dgram       udp nowait root internal
  34. chargen   stream      tcp nowait root internal
  35. chargen   dgram       udp nowait root internal
  36. # An experimental finger server
  37. finger    stream tcp nowait nobody amitcp:serv/in.fingerd -in.fingerd s:.plan
  38. # NetFS, a networking support between Amigas
  39. # Remove # from the next line to enable NetFS
  40. #amiganetfs stream    tcp nowait root amitcp:serv/netfs-server
  41. #
  42. # net/2 ftp daemon ported by Magnus Lilja
  43. #
  44. ftp       stream      tcp nowait root AmiTCP:serv/ftpd ftpd -l -x
  45. #
  46. # Naive servers
  47. whois     stream tcp dos bin - echo The whois service is not installed
  48. telnet    stream tcp dos bin - echo The telnet service is not installed
  49. quote     stream tcp dos bin - +
  50. echo "Ei tΣstΣ pidot parane, ellei vierahat vΣhene."
  51. ###
  52. ## Emacs magic:
  53. ## Local Variables: **
  54. ## backup-by-copying:t **
  55. ## End: **
  56. ###
  57.