Deleted Added
full compact
inetd.conf (84767) inetd.conf (85298)
1# $FreeBSD: head/etc/inetd.conf 84767 2001-10-10 17:26:27Z obrien $
1# $FreeBSD: head/etc/inetd.conf 85298 2001-10-22 01:46:53Z obrien $
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 unchanged lines hidden (view full) ---

20#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
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
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 unchanged lines hidden (view full) ---

20#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
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 nobody /usr/libexec/tftpd tftpd /tftpboot
28#tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
29#bootps dgram udp wait root /usr/libexec/bootpd bootpd
30#
31# "Small servers" -- used to be standard on, but we're more conservative
32# about things due to Internet security concerns. Only turn on what you
33# need.
34#
35#daytime stream tcp nowait root internal
36#daytime stream tcp6 nowait root internal

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

--- 83 unchanged lines hidden ---