Displaying 2 results from an estimated 2 matches for "stdout_format".
2023 Jul 03
0
[PATCH] Add option --log-after to log after moving file into place
...+++++++++++++-
receiver.c | 9 ++++++++-
rsync.1.md | 1 +
rsync.h | 3 ++-
6 files changed, 46 insertions(+), 3 deletions(-)
diff --git a/log.c b/log.c
index e4ba1cce..a973b519 100644
--- a/log.c
+++ b/log.c
@@ -47,6 +47,7 @@ extern mode_t orig_umask;
extern char *auth_user;
extern char *stdout_format;
extern char *logfile_format;
+extern char *logafter_format;
extern char *logfile_name;
#ifdef ICONV_CONST
extern iconv_t ic_chck;
@@ -271,6 +272,8 @@ void rwrite(enum logcode code, const char *buf, int len, int is_utf8)
* that the msg gets logged and then sent to stderr after that. */
i...
2007 Sep 22
0
rsync build on IA64 using icc
...: remark #1419: external declaration in primary source file
extern int dry_run;
^
generator.c(28): remark #1419: external declaration in primary source file
extern int do_xfers;
^
generator.c(29): remark #1419: external declaration in primary source file
extern int stdout_format_has_i;
^
generator.c(30): remark #1419: external declaration in primary source file
extern int logfile_format_has_i;
^
generator.c(31): remark #1419: external declaration in primary source file
extern int am_root;
^
generator.c(32): remark #1419: extern...