[patch] configurable RSYNCD_CONF

2002-02-20 Thread Ayamura KIKUCHI
+rsync server]) + AC_ARG_WITH(rsh, AC_HELP_STRING([--with-rsh=CMD], [set rsh command to CMD (default: \"remsh\" or \"rsh\")])) -- ayamura Ayamura KIKUCHI, M.D., Ph.D.

rsync-2.5.1pre1 with -F option

2001-12-02 Thread Ayamura KIKUCHI
I compiled and tried rsync 2.5.1pre1. RSYNC with -F option dumps a core. % gdb ./rsync GNU gdb 5.1 (gdb) r -F Starting program: /work/rsync-2.5.1pre1/./rsync -F Program received signal SIGSEGV, Segmentation fault. write_batch_argvs_file (orig_argc=-2, argc=0, argv=0x0) at batch.c:153 153

HAVE_ALLOCA_H is missing

2001-03-19 Thread Ayamura KIKUCHI
Files "config.h.in" and "configure.in" in rsync cvs repository should be changed to detect whether a system has or not. rsync_cvs/popt/system.h: #ifndef __GNUC__ # if HAVE_ALLOCA_H # include # else # ifdef _AIX #pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ cha