Deleted Added
full compact
inetd.conf (5170) inetd.conf (5183)
1#
2# Internet server configuration database
3#
4# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
5#
6ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
7telnet stream tcp nowait root /usr/libexec/telnetd telnetd
8shell stream tcp nowait root /usr/libexec/rshd rshd

--- 6 unchanged lines hidden (view full) ---

15comsat dgram udp wait root /usr/libexec/comsat comsat
16#talk dgram udp wait root /usr/old/talkd talkd
17ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
18echo stream tcp nowait root internal
19discard stream tcp nowait root internal
20chargen stream tcp nowait root internal
21daytime stream tcp nowait root internal
22time stream tcp nowait root internal
1#
2# Internet server configuration database
3#
4# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
5#
6ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
7telnet stream tcp nowait root /usr/libexec/telnetd telnetd
8shell stream tcp nowait root /usr/libexec/rshd rshd

--- 6 unchanged lines hidden (view full) ---

15comsat dgram udp wait root /usr/libexec/comsat comsat
16#talk dgram udp wait root /usr/old/talkd talkd
17ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
18echo stream tcp nowait root internal
19discard stream tcp nowait root internal
20chargen stream tcp nowait root internal
21daytime stream tcp nowait root internal
22time stream tcp nowait root internal
23echo dgram udp wait root internal
23#echo dgram udp wait root internal
24discard dgram udp wait root internal
24discard dgram udp wait root internal
25chargen dgram udp wait root internal
26daytime dgram udp wait root internal
27time dgram udp wait root internal
25#chargen dgram udp wait root internal
26#daytime dgram udp wait root internal
27#time dgram udp wait root internal
28# Kerberos authenticated services
29klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
30eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
31kshell stream tcp nowait root /usr/libexec/rshd rshd -k
32# Services run ONLY on the Kerberos server
33# Neither of these work in FreeBSD 1.x.
34#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
35#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
36#
37# RPC based services
38# You MUST have portmapper running to use these!
39#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
40#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
41#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
42#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd
43#
44# example entry for the pop3 server
45#pop3 stream tcp nowait root /usr/local/libexec/popper popper
46#
28# Kerberos authenticated services
29klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
30eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
31kshell stream tcp nowait root /usr/libexec/rshd rshd -k
32# Services run ONLY on the Kerberos server
33# Neither of these work in FreeBSD 1.x.
34#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
35#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
36#
37# RPC based services
38# You MUST have portmapper running to use these!
39#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
40#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
41#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
42#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd
43#
44# example entry for the pop3 server
45#pop3 stream tcp nowait root /usr/local/libexec/popper popper
46#