cvsdist 2ec925
# default: on
cvsdist 2ec925
# description: The finger server answers finger requests. Finger is \
cvsdist 2ec925
#	a protocol that allows remote users to see information such \
cvsdist 2ec925
#	as login name and last login time for local users.
cvsdist 2ec925
service finger
cvsdist 2ec925
{
cvsdist 2ec925
	socket_type	= stream
cvsdist 2ec925
	wait		= no
cvsdist 2ec925
	user		= nobody
cvsdist 2ec925
	server		= /usr/sbin/in.fingerd
cvsdist 5ac8d5
	disable		= yes
cvsdist 2ec925
}