BSD 4_3 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 6 Jun 1986 06:48:28 +0000 (22:48 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 6 Jun 1986 06:48:28 +0000 (22:48 -0800)
Work on file usr/src/sys/dist/inetd.conf

Synthesized-from: CSRG/cd1/4.3

usr/src/sys/dist/inetd.conf [new file with mode: 0644]

diff --git a/usr/src/sys/dist/inetd.conf b/usr/src/sys/dist/inetd.conf
new file mode 100644 (file)
index 0000000..d5cda94
--- /dev/null
@@ -0,0 +1,25 @@
+#
+# Internet server configuration database
+#
+ftp    stream  tcp     nowait  root    /etc/ftpd       ftpd
+telnet stream  tcp     nowait  root    /etc/telnetd    telnetd
+shell  stream  tcp     nowait  root    /etc/rshd       rshd
+login  stream  tcp     nowait  root    /etc/rlogind    rlogind
+exec   stream  tcp     nowait  root    /etc/rexecd     rexecd
+# Run as user "uucp" if you don't want uucpd's wtmp entries.
+#uucp  stream  tcp     nowait  root    /etc/uucpd      uucpd
+finger stream  tcp     nowait  nobody  /etc/fingerd    fingerd
+#tftp  dgram   udp     wait    nobody  /etc/tftpd      tftpd
+comsat dgram   udp     wait    root    /etc/comsat     comsat
+talk   dgram   udp     wait    root    /etc/talkd      talkd
+ntalk  dgram   udp     wait    root    /etc/ntalkd     ntalkd
+echo   stream  tcp     nowait  root    internal
+discard        stream  tcp     nowait  root    internal
+chargen        stream  tcp     nowait  root    internal
+daytime        stream  tcp     nowait  root    internal
+time   stream  tcp     nowait  root    internal
+echo   dgram   udp     wait    root    internal
+discard        dgram   udp     wait    root    internal
+chargen        dgram   udp     wait    root    internal
+daytime        dgram   udp     wait    root    internal
+time   dgram   udp     wait    root    internal