search for: rerr_prescript

Displaying 1 result from an estimated 1 matches for "rerr_prescript".

2003 Jun 07
1
patch to rsync to add options for pre- and post-transfer commands
...ig/errcode.h 2002-04-08 23:29:26.000000000 -0600 --- rsync-2.5.6/errcode.h 2003-04-28 20:32:40.000000000 -0600 *************** *** 35,40 **** --- 35,44 ---- #define RERR_MESSAGEIO 13 /* errors with program diagnostics */ #define RERR_IPC 14 /* error in IPC code */ + #define RERR_PRESCRIPT 17 /* error running pre-transfer script */ + #define RERR_POSTSCRIPT 18 /* error running post-transfer script */ + #define RERR_SCRIPT 19 /* system error running transfer script */ + #define RERR_SIGNAL 20 /* status returned when sent SIGUSR1, SIGINT */ #define RER...