Deleted Added
full compact
inetd.conf (21613) inetd.conf (29951)
1#
2# Internet server configuration database
3#
4# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
5#
6ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
7telnet stream tcp nowait root /usr/libexec/telnetd telnetd
8shell stream tcp nowait root /usr/libexec/rshd rshd

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

58#
59# example entry for the optional imap4 server
60#
61#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
62#
63# example entry for the optional ident server
64#
65#ident stream tcp wait root /usr/local/sbin/identd identd -w -t120
1#
2# Internet server configuration database
3#
4# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
5#
6ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
7telnet stream tcp nowait root /usr/libexec/telnetd telnetd
8shell stream tcp nowait root /usr/libexec/rshd rshd

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

58#
59# example entry for the optional imap4 server
60#
61#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
62#
63# example entry for the optional ident server
64#
65#ident stream tcp wait root /usr/local/sbin/identd identd -w -t120
66#
67# Enable the following two entries to enable samba startup from inetd
68# (from the Samba documentation).
69#
70#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
71#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd