Deleted Added
full compact
inetd.conf (66568) inetd.conf (66621)
1# $FreeBSD: head/etc/inetd.conf 66568 2000-10-03 00:08:15Z jkh $
1# $FreeBSD: head/etc/inetd.conf 66621 2000-10-04 07:56:16Z kris $
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
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
9#shell stream tcp nowait root /usr/libexec/rshd rshd
10#login stream tcp nowait root /usr/libexec/rlogind rlogind
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

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

93#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
94
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
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

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

93#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
94
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
101#shell stream tcp6 nowait root /usr/libexec/rshd rshd
102#login stream tcp6 nowait root /usr/libexec/rlogind rlogind
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

--- 14 unchanged lines hidden ---
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

--- 14 unchanged lines hidden ---