Displaying 1 result from an estimated 1 matches for "lp_prescript".
2003 Jun 07
1
patch to rsync to add options for pre- and post-transfer commands
...{NULL, P_BOOL, P_NONE, NULL, NULL, 0}
};
***************
*** 374,379 ****
--- 381,388 ----
FN_LOCAL_STRING(lp_dont_compress, dont_compress)
FN_LOCAL_INTEGER(lp_timeout, timeout)
FN_LOCAL_INTEGER(lp_max_connections, max_connections)
+ FN_LOCAL_STRING(lp_prescript, prescript)
+ FN_LOCAL_STRING(lp_postscript, postscript)
/* local prototypes */
static int strwicmp( char *psz1, char *psz2 );
diff --exclude='*.o' -b --context rsync-2.5.6.orig/log.c rsync-2.5.6/log.c
*** rsync-2.5.6.orig/log.c 2002-12-24 00:42:04.000000000 -0700
--- rsync-2.5.6/...