Deleted Added
full compact
inetd.conf (49034) inetd.conf (49059)
1# $Id: inetd.conf,v 1.37 1999/07/16 16:24:13 green Exp $
1# $Id: inetd.conf,v 1.38 1999/07/23 15:49:31 sheldonh Exp $
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

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

63#
64#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
65#
66# Return error for all "ident" requests
67#
68#auth stream tcp nowait root internal
69#
70# Provide internally a real "ident" service which provides ~/.fakeid support,
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

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

63#
64#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
65#
66# Return error for all "ident" requests
67#
68#auth stream tcp nowait root internal
69#
70# Provide internally a real "ident" service which provides ~/.fakeid support,
71# reports UNKNOWN as the operating system type and times out after 30 seconds.
71# provides ~/.noident support, reports UNKNOWN as the operating system type
72# and times out after 30 seconds.
72#
73#
73#auth stream tcp nowait root internal auth -r -f -o UNKNOWN -t 30
74#auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30
74#
75# Example entry for an external ident server
76#
77#auth stream tcp wait root /usr/local/sbin/identd identd -w -t120
78#
79# example entry for the optional qmail MTA
80#
81#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
82#
83# Enable the following two entries to enable samba startup from inetd
84# (from the Samba documentation).
85#
86#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
87#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
75#
76# Example entry for an external ident server
77#
78#auth stream tcp wait root /usr/local/sbin/identd identd -w -t120
79#
80# example entry for the optional qmail MTA
81#
82#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
83#
84# Enable the following two entries to enable samba startup from inetd
85# (from the Samba documentation).
86#
87#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
88#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd