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

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

34#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
35#
36# RPC based services
37# You MUST have portmapper running to use these!
38#mountd/1 dgram rpc/udp wait root /sbin/mountd mountd
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
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

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

34#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
35#
36# RPC based services
37# You MUST have portmapper running to use these!
38#mountd/1 dgram rpc/udp wait root /sbin/mountd mountd
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#
43# example entry for the pop3 server
44#pop3 stream tcp nowait root /usr/local/etc/popper popper
45#