Deleted Added
full compact
inetd.conf (40911) inetd.conf (41441)
1# $Id: inetd.conf,v 1.30 1998/09/30 16:12:40 wosch Exp $
1# $Id: inetd.conf,v 1.31 1998/11/04 19:42:35 phk 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
10login stream tcp nowait root /usr/libexec/rlogind rlogind
11finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
12#exec stream tcp nowait root /usr/libexec/rexecd rexecd
13#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
14#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
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
10login stream tcp nowait root /usr/libexec/rlogind rlogind
11finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
12#exec stream tcp nowait root /usr/libexec/rexecd rexecd
13#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
14#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
15comsat dgram udp wait root /usr/libexec/comsat comsat
16ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
15comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
16ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
17#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
18#bootps dgram udp wait root /usr/libexec/bootpd bootpd
19#
20# "Small servers" -- used to be standard on, but we're more conservative
21# about things due to Internet security concerns. Only turn on what you
22# need.
23#
24#daytime stream tcp nowait root internal

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

62#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
63#
64# Return error for all "ident" requests
65#
66#ident stream tcp nowait root internal
67#
68# example entry for the optional ident server
69#
17#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
18#bootps dgram udp wait root /usr/libexec/bootpd bootpd
19#
20# "Small servers" -- used to be standard on, but we're more conservative
21# about things due to Internet security concerns. Only turn on what you
22# need.
23#
24#daytime stream tcp nowait root internal

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

62#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
63#
64# Return error for all "ident" requests
65#
66#ident stream tcp nowait root internal
67#
68# example entry for the optional ident server
69#
70#ident stream tcp wait root /usr/local/sbin/identd identd -w -t120
70#ident stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120
71#
72# example entry for the optional qmail MTA
73#
74#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
75#
76# Enable the following two entries to enable samba startup from inetd
77# (from the Samba documentation).
78#
79#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
80#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
71#
72# example entry for the optional qmail MTA
73#
74#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
75#
76# Enable the following two entries to enable samba startup from inetd
77# (from the Samba documentation).
78#
79#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
80#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd