File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / packaging / lsb / rsync.xinetd
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 17 15:09:30 2012 UTC (12 years, 4 months ago) by misho
Branches: rsync, MAIN
CVS tags: v3_2_3, v3_1_2p5, rsync3_0_9p0, RSYNC3_1_0, RSYNC3_0_9, HEAD
rsync

# default: off
# description: The rsync server is a good addition to an ftp server, as it
#	allows crc checksumming etc.
service rsync
{
	disable	= yes
	socket_type     = stream
	wait            = no
	user            = root
	server          = /usr/bin/rsync
	server_args     = --daemon
	log_on_failure  += USERID
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>