Deleted Added
full compact
inetd.conf (48816) inetd.conf (48845)
1# $Id: inetd.conf,v 1.34 1999/07/15 01:06:13 ache Exp $
1# $Id: inetd.conf,v 1.35 1999/07/15 01:33:56 green 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

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

58# example entry for the optional pop3 server
59#
60#pop3 stream tcp nowait root /usr/local/libexec/popper popper
61#
62# example entry for the optional imap4 server
63#
64#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
65#
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

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

58# example entry for the optional pop3 server
59#
60#pop3 stream tcp nowait root /usr/local/libexec/popper popper
61#
62# example entry for the optional imap4 server
63#
64#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
65#
66# Compiled with -DREAL_IDENT, this is a fully functional ident service.
67# By default, this is an ident service which returns error on any request.
66# Return error for all "ident" requests
68#
67#
69#ident stream tcp nowait root internal
68#auth stream tcp nowait root internal
70#
69#
71# example entry for the optional ident server
70# Provide a real ident service internally
72#
71#
73#ident stream tcp wait root /usr/local/sbin/identd identd -w -t120
72#auth stream tcp nowait root internal auth -r
74#
73#
74# As above, but enable ~/.fakeid support as well
75#
76#auth stream tcp nowait root internal auth -r -f
77#
78# Example entry for an external ident server
79#
80#auth stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120
81#
75# example entry for the optional qmail MTA
76#
77#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
78#
79# Enable the following two entries to enable samba startup from inetd
80# (from the Samba documentation).
81#
82#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
83#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
82# example entry for the optional qmail MTA
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