	how to set up rsyncd

1. set up /etc/rsyncd.conf

	[ftp]
	path    = /var/spool/ftp/pub
	comment = ftp area

1.1 edit /etc/inetd.conf

2. test: run in this way !

	% rsync -av rsync://rsync.fml.org/ftp/fml/ ./


$Id$
