Re: --cvs-exclude

2001-06-12 Thread Martin Pool
On 12 Jun 2001, [EMAIL PROTECTED] wrote: > > I am a bit confused why using the --cvs-exclude flag would exclude > this file list: > > building file list ... done > lib/libXpm.a > lib/libjpeg.a > lib/libwrap.a > lib/perl5/site_perl/5.6.0/sun4-solaris/auto/GD/GD.so > wrote 385324 bytes read 100 b

Re: can't bind to port 873

2001-06-12 Thread Martin Pool
On 12 Jun 2001, Dave Dykstra <[EMAIL PROTECTED]> wrote: > > 2001/06/11 12:09:46 [20857] rsyncd version 2.4.6 starting > > 2001/06/11 12:09:46 [20857] bind failed on port 873 Incidentally, this message now shows strerror(), so it should be more obvious in 2.4.7 whether the problem is EACCES (not

Re: --cvs-exclude

2001-06-12 Thread Chris Garrigues
> From: <[EMAIL PROTECTED]> > Date: Tue, 12 Jun 2001 17:55:59 -0400 (EDT) > > I am a bit confused why using the --cvs-exclude flag would exclude > this file list: > > building file list ... done > lib/libXpm.a > lib/libjpeg.a > lib/libwrap.a > lib/perl5/site_perl/5.6.0/sun4-solaris/auto/GD/GD.s

Re: Making RSYNC into a library

2001-06-12 Thread Tim Potter
Deven Phillips, CISSP writes: > Hi, > > This is my first post to the list, so I want to make sure I explain > myself. I have been trying to program an rsync IO slave for KDE off and > on for a couple of weeks (My C++ skills aren't what they used to be). I > was wondering if it would be pos

--cvs-exclude

2001-06-12 Thread c.w.huling
I am a bit confused why using the --cvs-exclude flag would exclude this file list: building file list ... done lib/libXpm.a lib/libjpeg.a lib/libwrap.a lib/perl5/site_perl/5.6.0/sun4-solaris/auto/GD/GD.so wrote 385324 bytes read 100 bytes 110121.14 bytes/sec This first time I ran the rsync I

Re: can't bind to port 873

2001-06-12 Thread Dave Dykstra
On Mon, Jun 11, 2001 at 12:35:33PM -0300, Valdomiro Kornetz wrote: > Hy everyone, > > I'm trying to put a rsync service to work, via inetd, on my FreeBSD > 4.3 stable, but all I got was an (from rsyncd.log) > > 2001/06/11 12:09:46 [20857] rsyncd version 2.4.6 starting > 2001/06/11 12:09:46 [208

Re: New --with-rsync-name option

2001-06-12 Thread Dave Dykstra
On Tue, Jun 12, 2001 at 03:17:04PM -0500, [EMAIL PROTECTED] wrote: ... > This should be: > AC_DEFINE_UNQUOTED(RSYNC_PATH, $RSYNC_PATH, [Path to rsync on server]) ... > > ! #undef RSYNC_PATH > > No need for this if you use the 3-argument version of > AC_DEFINE_UNQUOTED. Cool. I changed all th

Re: New --with-rsync-name option

2001-06-12 Thread rsync
On Tue, Jun 12, 2001 at 02:34:15PM -0500, Dave Dykstra wrote: > Below is the patch. I checked it in to the rsync CVS. > > - Dave Dykstra > > > *** configure.in.OTue Jun 12 14:22:15 2001 > --- configure.in Tue Jun 12 14:22:44 2001 > *** > *** 38,43 > --- 38,50 >

Re: New --with-rsync-name option

2001-06-12 Thread Dave Dykstra
On Mon, Jun 11, 2001 at 12:15:57PM -0500, [EMAIL PROTECTED] wrote: > On Mon, Jun 11, 2001 at 10:19:26AM -0500, Dave Dykstra wrote: > > On Sun, Jun 10, 2001 at 03:01:26AM -0500, [EMAIL PROTECTED] wrote: > > > Patch to set RSYNC_NAME in rsync.h. It adds a new option to configure, > > > --with-rsync-

Making RSYNC into a library

2001-06-12 Thread Deven Phillips, CISSP
Hi, This is my first post to the list, so I want to make sure I explain myself. I have been trying to program an rsync IO slave for KDE off and on for a couple of weeks (My C++ skills aren't what they used to be). I was wondering if it would be possible to consider building and rsync libr