Deleted Added
full compact
inetd.conf (57773) inetd.conf (58574)
1# $FreeBSD: head/etc/inetd.conf 57773 2000-03-05 20:23:44Z shin $
1# $FreeBSD: head/etc/inetd.conf 58574 2000-03-25 21:17:24Z jhb $
2#
3# Internet server configuration database
4#
5# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
6#
7ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
8telnet stream tcp nowait root /usr/libexec/telnetd telnetd
9shell stream tcp nowait root /usr/libexec/rshd rshd

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

110#time dgram udp6 wait root internal
111#echo stream tcp6 nowait root internal
112#echo dgram udp6 wait root internal
113#discard stream tcp6 nowait root internal
114#discard dgram udp6 wait root internal
115#chargen stream tcp6 nowait root internal
116#chargen dgram udp6 wait root internal
117#
2#
3# Internet server configuration database
4#
5# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
6#
7ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
8telnet stream tcp nowait root /usr/libexec/telnetd telnetd
9shell stream tcp nowait root /usr/libexec/rshd rshd

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

110#time dgram udp6 wait root internal
111#echo stream tcp6 nowait root internal
112#echo dgram udp6 wait root internal
113#discard stream tcp6 nowait root internal
114#discard dgram udp6 wait root internal
115#chargen stream tcp6 nowait root internal
116#chargen dgram udp6 wait root internal
117#
118# IPv6 ident service
118# Return error for all IPv6 "ident" requests
119#
120#auth stream tcp6 nowait root internal
121#
119#
120#auth stream tcp6 nowait root internal
121#
122# An Example for IPv6 indent service
122# Example entry for a real IPv6 ident service similar to the one above for IPv4.
123#
124#auth stream tcp6 nowait root internal auth -r -f -n -o UNKNOWN -t 30
123#
124#auth stream tcp6 nowait root internal auth -r -f -n -o UNKNOWN -t 30