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

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

28#echo dgram udp wait root internal
29#discard stream tcp nowait root internal
30#discard dgram udp wait root internal
31#chargen stream tcp nowait root internal
32#chargen dgram udp wait root internal
33#
34# Kerberos authenticated services
35#
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

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

28#echo dgram udp wait root internal
29#discard stream tcp nowait root internal
30#discard dgram udp wait root internal
31#chargen stream tcp nowait root internal
32#chargen dgram udp wait root internal
33#
34# Kerberos authenticated services
35#
36klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
37eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
38kshell stream tcp nowait root /usr/libexec/rshd rshd -k
39rkinit stream tcp nowait root /usr/libexec/rkinitd rkinitd
36#klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
37#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
38#kshell stream tcp nowait root /usr/libexec/rshd rshd -k
39#rkinit stream tcp nowait root /usr/libexec/rkinitd rkinitd
40#
41# Services run ONLY on the Kerberos server
42#
43#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
44#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
45#
46# RPC based services (you MUST have portmapper running to use these)
47#

--- 14 unchanged lines hidden ---
40#
41# Services run ONLY on the Kerberos server
42#
43#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
44#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
45#
46# RPC based services (you MUST have portmapper running to use these)
47#

--- 14 unchanged lines hidden ---