Add "use chroot" and "pid file" rsyncd.conf options. The former allows one
authorDavid Dykstra <dwd@samba.org>
Mon, 26 Oct 1998 21:51:47 +0000 (21:51 +0000)
committerDavid Dykstra <dwd@samba.org>
Mon, 26 Oct 1998 21:51:47 +0000 (21:51 +0000)
commit8638dd48f71023642d3af282250bbe157ee9b67d
treedc7775fc863e859a3aed08bdbc88bd1ef4886c45
parent2bca43f6278dcc0aa19a2620c1f1e2387b2e7b07
Add "use chroot" and "pid file" rsyncd.conf options.  The former allows one
to disable the use of chroot so rsync --daemon can be run as a non-root
user (if a non-privileged --port is used).  The latter allows one to
specify a file in which to write the process id of the daemon, which is
useful when rsync --daemon is not run from inetd.
cleanup.c
clientserver.c
loadparm.c
main.c
rsyncd.conf.yo