cvsdist c4afb89
# default: off
cvsdist c4afb89
# description: Rexecd is the server for the rexec(3) routine.  The server \
cvsdist c4afb89
#	provides remote execution facilities with authentication based \
cvsdist c4afb89
#	on user names and passwords.
cvsdist c4afb89
service exec
cvsdist c4afb89
{
cvsdist c4afb89
	socket_type		= stream
cvsdist c4afb89
	wait			= no
cvsdist c4afb89
	user			= root
cvsdist c4afb89
	log_on_success		+= USERID
cvsdist c4afb89
	log_on_failure 		+= USERID
cvsdist fd1d411
	server			= /usr/sbin/in.rexecd
cvsdist c4afb89
	disable 		= yes
cvsdist c4afb89
}