1# $MirSecuCron$
2# $MirOS: src/etc/inetd.conf,v 1.5 2009/07/18 14:09:02 tg Exp $
3# $OpenBSD: inetd.conf,v 1.57 2005/05/24 20:03:51 henning Exp $
4#
5# Internet server configuration database
6#
7# define *both* IPv4 and IPv6 entries for dual-stack support.
8#
9#ftp		stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -US
10#ftp		stream	tcp6	nowait	root	/usr/libexec/ftpd	ftpd -US
11#shell		stream	tcp	nowait	root	/usr/libexec/rshd	rshd -L
12#shell		stream	tcp6	nowait	root	/usr/libexec/rshd	rshd -L
13#uucpd		stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
14#uucpd		stream	tcp6	nowait	root	/usr/libexec/uucpd	uucpd
15#finger		stream	tcp	nowait	_fingerd /usr/libexec/fingerd	fingerd -lsm
16#finger		stream	tcp6	nowait	_fingerd /usr/libexec/fingerd	fingerd -lsm
17ident		stream	tcp	nowait	_identd	/usr/libexec/identd	identd -el
18ident		stream	tcp6	nowait	_identd	/usr/libexec/identd	identd -el
19#tftp		dgram	udp	wait	root	/usr/libexec/tftpd	tftpd -s /tftpboot
20#tftp		dgram	udp6	wait	root	/usr/libexec/tftpd	tftpd -s /tftpboot
21#ntalk		dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
22#pop3		stream	tcp	nowait	root	/usr/sbin/popa3d	popa3d
23#pop3		stream	tcp6	nowait	root	/usr/sbin/popa3d	popa3d
24# Internal services
25#echo		stream	tcp	nowait	root	internal
26#echo		stream	tcp6	nowait	root	internal
27#discard	stream	tcp	nowait	root	internal
28#discard	stream	tcp6	nowait	root	internal
29#chargen	stream	tcp	nowait	root	internal
30#chargen	stream	tcp6	nowait	root	internal
31daytime		stream	tcp	nowait	root	internal
32daytime		stream	tcp6	nowait	root	internal
33time		stream	tcp	nowait	root	internal
34time		stream	tcp6	nowait	root	internal
35#echo		dgram	udp	wait	root	internal
36#echo		dgram	udp6	wait	root	internal
37#discard	dgram	udp	wait	root	internal
38#discard	dgram	udp6	wait	root	internal
39#chargen	dgram	udp	wait	root	internal
40#chargen	dgram	udp6	wait	root	internal
41#daytime	dgram	udp	wait	root	internal
42#daytime	dgram	udp6	wait	root	internal
43#time		dgram	udp	wait	root	internal
44#time		dgram	udp6	wait	root	internal
45# RPC based services
46#rstatd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rstatd	rpc.rstatd
47#rusersd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rusersd rpc.rusersd
48#walld/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rwalld	rpc.rwalld
49#sprayd/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.sprayd	rpc.sprayd
50#rquotad/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad
51