From 350a8a92790f3437d486477bf0e738bfcf1d2b22 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 18 Apr 1989 05:06:52 -0800 Subject: [PATCH] move daemons into /usr/libexec SCCS-vsn: etc/inetd.conf 5.2 --- usr/src/etc/inetd.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/usr/src/etc/inetd.conf b/usr/src/etc/inetd.conf index 8472f866ae..ed52af7a14 100644 --- a/usr/src/etc/inetd.conf +++ b/usr/src/etc/inetd.conf @@ -1,20 +1,20 @@ # # Internet server configuration database # -# @(#)inetd.conf 5.1 (Berkeley) %G% +# @(#)inetd.conf 5.2 (Berkeley) %G% # -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 +ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l +telnet stream tcp nowait root /usr/libexec/telnetd telnetd +shell stream tcp nowait root /usr/libexec/rshd rshd +login stream tcp nowait root /usr/libexec/rlogind rlogind +exec stream tcp nowait root /usr/libexec/rexecd rexecd +#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd +#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd +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/libexec/talkd talkd +ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd echo stream tcp nowait root internal discard stream tcp nowait root internal chargen stream tcp nowait root internal -- 2.20.1