summaryrefslogtreecommitdiff
path: root/social/ffingerd/finger.xinetd
blob: 36cd303b4bd6d672798a94f25ba9ad58b76ad966 (plain)
1
2
3
4
5
6
7
8
service finger
{
	socket_type		= stream
	wait			= no
	user			= nobody
	server			= /usr/sbin/ffingerd
	disable			= yes
}