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

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

72#auth stream tcp nowait root internal auth -r
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#
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

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

72#auth stream tcp nowait root internal auth -r
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
80#auth stream tcp wait root /usr/local/sbin/identd identd -w -t120
81#
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
81#
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