summarylogtreecommitdiffstats
path: root/finger.xinetd
blob: c1b8e8c8c8746318aaca9faf88b734ab2b585c90 (plain)
1
2
3
4
5
6
7
8
9
service finger
{
	disable		= yes
	socket_type	= stream
	wait		= no
	user		= nobody
	server		= /usr/bin/in.fingerd
	flags		= IPv6
}