From 08e0a629562cbb9c66f464b6a072b74ddc5b255e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 11 Apr 2006 00:28:02 +0000 Subject: [PATCH] Tweaked a comment. --- clientserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientserver.c b/clientserver.c index a922a8f5..8a46f69e 100644 --- a/clientserver.c +++ b/clientserver.c @@ -736,7 +736,7 @@ int start_daemon(int f_in, int f_out) /* We must load the config file before calling any function that * might cause log-file output to occur. This ensures that the * "log file" param gets honored for the 2 non-forked use-cases - * (called by init and called by remote shell). */ + * (when rsync is run by init and run by a remote shell). */ if (!lp_load(config_file, 0)) exit_cleanup(RERR_SYNTAX); -- 2.34.1