move daemons into /usr/libexec
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 18 Apr 1989 13:06:52 +0000 (05:06 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 18 Apr 1989 13:06:52 +0000 (05:06 -0800)
SCCS-vsn: etc/inetd.conf 5.2

usr/src/etc/inetd.conf

index 8472f86..ed52af7 100644 (file)
@@ -1,20 +1,20 @@
 #
 # Internet server configuration database
 #
 #
 # 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
 echo   stream  tcp     nowait  root    internal
 discard        stream  tcp     nowait  root    internal
 chargen        stream  tcp     nowait  root    internal