diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-09-02 11:10:02 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-09-02 11:10:02 +0000 |
commit | 3e9bf738cfc108eee94bc53793327ffe72a56dab (patch) | |
tree | ccf9c70f27b037486a3bcdd73eb27d1c36aef029 /etc/inetd.conf | |
parent | 39a6567c61761b45425abe640f1aa44f157130ba (diff) | |
download | FreeBSD-src-3e9bf738cfc108eee94bc53793327ffe72a56dab.zip FreeBSD-src-3e9bf738cfc108eee94bc53793327ffe72a56dab.tar.gz |
Added /etc/networks to the files that get installed, some how it got
dropped out of the Makefile. Commented out talk in inetd.conf since
it refers to the old non-existent otalkd.
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 699f642..0b3f249 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -13,7 +13,7 @@ exec stream tcp nowait root /usr/libexec/rexecd rexecd finger stream tcp nowait nobody /usr/libexec/fingerd fingerd #tftp dgram udp wait nobody /usr/libexec/tftpd tftpd comsat dgram udp wait root /usr/libexec/comsat comsat -talk dgram udp wait root /usr/old/talkd talkd +#talk dgram udp wait root /usr/old/talkd talkd ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd echo stream tcp nowait root internal discard stream tcp nowait root internal |