diff options
Diffstat (limited to 'abs/chroot-devel/rsync/rsyncd.conf')
-rw-r--r-- | abs/chroot-devel/rsync/rsyncd.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/chroot-devel/rsync/rsyncd.conf b/abs/chroot-devel/rsync/rsyncd.conf new file mode 100644 index 0000000..f7161f3 --- /dev/null +++ b/abs/chroot-devel/rsync/rsyncd.conf @@ -0,0 +1,16 @@ +uid = nobody +gid = nobody +use chroot = no +max connections = 4 +syslog facility = local5 +pid file = /var/run/rsyncd.pid + +[ftp] + path = /home/ftp + comment = ftp area + +#[cvs] +# path = /data/cvs +# comment = CVS repository (requires authentication) +# auth users = tridge, susan +# secrets file = /etc/rsyncd.secrets |