Deleted Added
full compact
inetd.conf (75017) inetd.conf (81020)
1# $FreeBSD: head/etc/inetd.conf 75017 2001-03-30 10:25:40Z peter $
1# $FreeBSD: head/etc/inetd.conf 81020 2001-08-02 02:19:56Z rwatson $
2#
3# Internet server configuration database
4#
2#
3# Internet server configuration database
4#
5# define *both* IPv4 and IPv6 entries for dual-stack support.
5# Define *both* IPv4 and IPv6 entries for dual-stack support.
6# To disable a service, comment it out by prefixing the line with '#'.
7# To enable a service, remove the '#' at the beginning of the line.
6#
8#
7ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
8ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
9telnet stream tcp nowait root /usr/libexec/telnetd telnetd
10telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
9#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
10#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
11#telnet stream tcp nowait root /usr/libexec/telnetd telnetd
12#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
11#shell stream tcp nowait root /usr/libexec/rshd rshd
12#shell stream tcp6 nowait root /usr/libexec/rshd rshd
13#login stream tcp nowait root /usr/libexec/rlogind rlogind
14#login stream tcp6 nowait root /usr/libexec/rlogind rlogind
15#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
16#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
17#exec stream tcp nowait root /usr/libexec/rexecd rexecd
18#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
19#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
13#shell stream tcp nowait root /usr/libexec/rshd rshd
14#shell stream tcp6 nowait root /usr/libexec/rshd rshd
15#login stream tcp nowait root /usr/libexec/rlogind rlogind
16#login stream tcp6 nowait root /usr/libexec/rlogind rlogind
17#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
18#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
19#exec stream tcp nowait root /usr/libexec/rexecd rexecd
20#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
21#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
22#
20# run comsat as root to be able to print partial mailbox contents w/ biff,
21# or use the safer tty:tty to just print that new mail has been received.
23# run comsat as root to be able to print partial mailbox contents w/ biff,
24# or use the safer tty:tty to just print that new mail has been received.
22comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
23ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
25#comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
26#
27# ntalk is required for the 'talk' utility to work correctly
28#ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
24#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
25#bootps dgram udp wait root /usr/libexec/bootpd bootpd
26#
27# "Small servers" -- used to be standard on, but we're more conservative
28# about things due to Internet security concerns. Only turn on what you
29# need.
30#
31#daytime stream tcp nowait root internal

--- 79 unchanged lines hidden ---
29#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
30#bootps dgram udp wait root /usr/libexec/bootpd bootpd
31#
32# "Small servers" -- used to be standard on, but we're more conservative
33# about things due to Internet security concerns. Only turn on what you
34# need.
35#
36#daytime stream tcp nowait root internal

--- 79 unchanged lines hidden ---