Deleted Added
full compact
inetd.conf (3196) inetd.conf (4652)
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

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

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
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

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

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/etc/popper popper
45#pop3 stream tcp nowait root /usr/local/libexec/popper popper
46#
46#