Deleted Added
full compact
inetd.conf (126863) inetd.conf (127799)
1# $FreeBSD: head/etc/inetd.conf 126863 2004-03-11 22:15:28Z des $
1# $FreeBSD: head/etc/inetd.conf 127799 2004-04-03 17:52:29Z mlaier $
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

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

117#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
118#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
119#swat stream tcp nowait/400 root /usr/local/sbin/swat swat
120#
121# Enable the following entry to enable ftp-proxy to NAT ftp sessions with pf
122# N.B.: inetd binds to * in the default installation so you should add
123# an appropriate block rule to your pf.conf
124#
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

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

117#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
118#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
119#swat stream tcp nowait/400 root /usr/local/sbin/swat swat
120#
121# Enable the following entry to enable ftp-proxy to NAT ftp sessions with pf
122# N.B.: inetd binds to * in the default installation so you should add
123# an appropriate block rule to your pf.conf
124#
125#ftp-proxy stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy
125#ftp-proxy stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy