Deleted Added
full compact
inetd.conf (93243) inetd.conf (94444)
1# $FreeBSD: head/etc/inetd.conf 93243 2002-03-26 19:54:12Z obrien $
1# $FreeBSD: head/etc/inetd.conf 94444 2002-04-11 17:17:28Z ume $
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/lukemftpd ftpd -l -r

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

22#
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.
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
29#tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
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/lukemftpd ftpd -l -r

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

22#
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.
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
29#tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
30#tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -s /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
37#daytime stream tcp6 nowait root internal

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

--- 83 unchanged lines hidden ---