Deleted Added
full compact
inetd.conf (58574) inetd.conf (66568)
1# $FreeBSD: head/etc/inetd.conf 58574 2000-03-25 21:17:24Z jhb $
1# $FreeBSD: head/etc/inetd.conf 66568 2000-10-03 00:08:15Z jkh $
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
10login stream tcp nowait root /usr/libexec/rlogind rlogind
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
10login stream tcp nowait root /usr/libexec/rlogind rlogind
11finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
11#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
12#exec stream tcp nowait root /usr/libexec/rexecd rexecd
13#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
14#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
15# run comsat as root to be able to print partial mailbox contents w/ biff,
16# or use the safer tty:tty to just print that new mail has been received.
17comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
18ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
19#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot

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

95
96#
97# IPv6 services
98#
99ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
100telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
101shell stream tcp6 nowait root /usr/libexec/rshd rshd
102login stream tcp6 nowait root /usr/libexec/rlogind rlogind
12#exec stream tcp nowait root /usr/libexec/rexecd rexecd
13#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
14#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
15# run comsat as root to be able to print partial mailbox contents w/ biff,
16# or use the safer tty:tty to just print that new mail has been received.
17comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
18ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
19#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot

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

95
96#
97# IPv6 services
98#
99ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
100telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
101shell stream tcp6 nowait root /usr/libexec/rshd rshd
102login stream tcp6 nowait root /usr/libexec/rlogind rlogind
103finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
103#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
104#
105# IPv6 "Small servers"
106#
107#daytime stream tcp6 nowait root internal
108#daytime dgram udp6 wait root internal
109#time stream tcp6 nowait root internal
110#time dgram udp6 wait root internal
111#echo stream tcp6 nowait root internal

--- 13 unchanged lines hidden ---
104#
105# IPv6 "Small servers"
106#
107#daytime stream tcp6 nowait root internal
108#daytime dgram udp6 wait root internal
109#time stream tcp6 nowait root internal
110#time dgram udp6 wait root internal
111#echo stream tcp6 nowait root internal

--- 13 unchanged lines hidden ---