mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
PR: ports/48883 Submitted by: Morettoni Luca <luca@morettoni.net> * Add patch for -current submitted by ume@ Quote from ume@'s mail: It seems the daemon mode of rsync depends on an IPv4-mapped IPv6 address. Since an IPv4-mapped IPv6 address is off by default on 5-CURRENT, rsync doesn't listen on IPv4. Further, rsync has a bug that it always listen on 1st entry's address of the result of getaddrinfo() call. With this patch, rsync listen on both an IPv4 and an IPv6. * Make pkg-plist respect PORTDOCS.
35 lines
766 B
Text
35 lines
766 B
Text
# rsyncd.conf - Example file, see rsyncd.conf(5)
|
|
#
|
|
|
|
# Set this if you want to stop rsync daemon with rc.d scripts
|
|
pid file = /var/run/rsyncd.pid
|
|
|
|
# Edit this file before running rsync daemon!!
|
|
|
|
#uid = nobody
|
|
#gid = nobody
|
|
#use chroot = no
|
|
#max connections = 4
|
|
#syslog facility = local5
|
|
|
|
#[ftp]
|
|
# path = /var/ftp/pub
|
|
# comment = whole ftp area (approx 6.1 GB)
|
|
|
|
#[sambaftp]
|
|
# path = /var/ftp/pub/samba
|
|
# comment = Samba ftp area (approx 300 MB)
|
|
|
|
#[rsyncftp]
|
|
# path = /var/ftp/pub/rsync
|
|
# comment = rsync ftp area (approx 6 MB)
|
|
|
|
#[sambawww]
|
|
# path = /public_html/samba
|
|
# comment = Samba WWW pages (approx 240 MB)
|
|
|
|
#[cvs]
|
|
# path = /data/cvs
|
|
# comment = CVS repository (requires authentication)
|
|
# auth users = tridge, susan
|
|
# secrets file = /usr/local/etc/rsyncd.secrets
|