Annotation of elwix/config/etc/default/rsyncd.conf.sample, revision 1.1
1.1 ! misho 1: # rsyncd.conf - Example file, see rsyncd.conf(5)
! 2: #
! 3:
! 4: # Set this if you want to stop rsync daemon with rc.d scripts
! 5: pid file = /var/run/rsyncd.pid
! 6:
! 7: # Edit this file before running rsync daemon!!
! 8:
! 9: #uid = nobody
! 10: #gid = nobody
! 11: #use chroot = no
! 12: #max connections = 4
! 13: #syslog facility = local5
! 14:
! 15: #[ftp]
! 16: # path = /var/ftp/pub
! 17: # comment = whole ftp area (approx 6.1 GB)
! 18:
! 19: #[sambaftp]
! 20: # path = /var/ftp/pub/samba
! 21: # comment = Samba ftp area (approx 300 MB)
! 22:
! 23: #[rsyncftp]
! 24: # path = /var/ftp/pub/rsync
! 25: # comment = rsync ftp area (approx 6 MB)
! 26:
! 27: #[sambawww]
! 28: # path = /public_html/samba
! 29: # comment = Samba WWW pages (approx 240 MB)
! 30:
! 31: #[cvs]
! 32: # path = /data/cvs
! 33: # comment = CVS repository (requires authentication)
! 34: # auth users = tridge, susan
! 35: # secrets file = /usr/local/etc/rsyncd.secrets
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>