When using daemon mode over a remote shell program and not running as root,
authorDavid Dykstra <dwd@samba.org>
Fri, 30 Aug 2002 23:27:26 +0000 (23:27 +0000)
committerDavid Dykstra <dwd@samba.org>
Fri, 30 Aug 2002 23:27:26 +0000 (23:27 +0000)
commit30e8c8e1e48088477f0befdd08922caa6919bc51
treef9726762dc37e47903eb1d9d107f717185b4a323
parentd53d7795ee771a149a6ae010107bf3bf6d7588d0
When using daemon mode over a remote shell program and not running as root,
default the config file to just "rsyncd.conf" in the current directory
instead of /etc/rsyncd.conf.  Also, fix problems with logging messages when
running daemon mode over a remote shell program: it was pretty much doing
the opposite of what it should have, sending early error messages to the
log and later messages to the client.  Switched it around so the very early
error messages go to the client and the later ones go to the log.
clientserver.c
loadparm.c
log.c
options.c
params.c
rsync.h
rsync.yo
rsyncd.conf.yo