Deleted Added
full compact
inetd.conf (196787) inetd.conf (206039)
1# $FreeBSD: head/etc/inetd.conf 196787 2009-09-03 16:34:20Z remko $
1# $FreeBSD: head/etc/inetd.conf 206039 2010-04-01 13:13:09Z des $
2#
3# Internet server configuration database
4#
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.
8#
9#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
10#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
11#ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4
12#ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6
13#telnet stream tcp nowait root /usr/libexec/telnetd telnetd
14#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
15#shell stream tcp nowait root /usr/libexec/rshd rshd
16#shell stream tcp6 nowait root /usr/libexec/rshd rshd
17#login stream tcp nowait root /usr/libexec/rlogind rlogind
18#login stream tcp6 nowait root /usr/libexec/rlogind rlogind
2#
3# Internet server configuration database
4#
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.
8#
9#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
10#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
11#ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4
12#ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6
13#telnet stream tcp nowait root /usr/libexec/telnetd telnetd
14#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
15#shell stream tcp nowait root /usr/libexec/rshd rshd
16#shell stream tcp6 nowait root /usr/libexec/rshd rshd
17#login stream tcp nowait root /usr/libexec/rlogind rlogind
18#login stream tcp6 nowait root /usr/libexec/rlogind rlogind
19#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
20#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
19#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -k -s
20#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -k -s
21#
22# run comsat as root to be able to print partial mailbox contents w/ biff,
23# or use the safer tty:tty to just print that new mail has been received.
24#comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
25#
26# ntalk is required for the 'talk' utility to work correctly
27#ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
28#tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot

--- 90 unchanged lines hidden ---
21#
22# run comsat as root to be able to print partial mailbox contents w/ biff,
23# or use the safer tty:tty to just print that new mail has been received.
24#comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
25#
26# ntalk is required for the 'talk' utility to work correctly
27#ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
28#tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot

--- 90 unchanged lines hidden ---