Deleted Added
full compact
inetd.conf (55115) inetd.conf (55779)
1# $FreeBSD: head/etc/inetd.conf 55115 1999-12-26 15:18:58Z peter $
1# $FreeBSD: head/etc/inetd.conf 55779 2000-01-10 20:02:28Z dbaker $
2#
3# Internet server configuration database
4#
5# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
6#
7ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
8telnet stream tcp nowait root /usr/libexec/telnetd telnetd
9shell stream tcp nowait root /usr/libexec/rshd rshd

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

74# and times out after 30 seconds.
75#
76#auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30
77#
78# Example entry for an external ident server
79#
80#auth stream tcp wait root /usr/local/sbin/identd identd -w -t120
81#
2#
3# Internet server configuration database
4#
5# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
6#
7ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
8telnet stream tcp nowait root /usr/libexec/telnetd telnetd
9shell stream tcp nowait root /usr/libexec/rshd rshd

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

74# and times out after 30 seconds.
75#
76#auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30
77#
78# Example entry for an external ident server
79#
80#auth stream tcp wait root /usr/local/sbin/identd identd -w -t120
81#
82# example entry for the optional qmail MTA
82# Example entry for the optional qmail MTA
83# NOTE: This is no longer the correct way to handle incoming SMTP
84# connections for qmail. Use tcpserver (http://cr.yp.to/ucspi-tcp.html)
85# instead.
83#
84#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
85#
86# Enable the following two entries to enable samba startup from inetd
87# (from the Samba documentation).
88#
89#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
90#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
86#
87#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
88#
89# Enable the following two entries to enable samba startup from inetd
90# (from the Samba documentation).
91#
92#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
93#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd