Re: making --exclude-from=- read from stdin

2002-11-03 Thread Christian
On Sun, 3 Nov 2002 19:36:40 -0800 jw schultz <[EMAIL PROTECTED]> wrote: > > Already done and in CVS. nevermind :) .. thanks anyways -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: making --exclude-from=- read from stdin

2002-11-03 Thread jw schultz
On Sun, Nov 03, 2002 at 07:42:46PM -0800, Tim Potter wrote: > On Sun, Nov 03, 2002 at 07:36:40PM -0800, jw schultz wrote: > > > On Mon, Nov 04, 2002 at 04:31:38AM +0100, Christian wrote: > > > --- exclude.c.org 2002-11-04 04:17:05.0 +0100 > > > +++ exclude.c 2002-11-04 04:21:13.000

Re: making --exclude-from=- read from stdin

2002-11-03 Thread Tim Potter
On Sun, Nov 03, 2002 at 07:36:40PM -0800, jw schultz wrote: > On Mon, Nov 04, 2002 at 04:31:38AM +0100, Christian wrote: > > --- exclude.c.org 2002-11-04 04:17:05.0 +0100 > > +++ exclude.c 2002-11-04 04:21:13.0 +0100 > > @@ -219,8 +219,15 @@ > Already done and in CVS. Wha

Re: making --exclude-from=- read from stdin

2002-11-03 Thread jw schultz
On Mon, Nov 04, 2002 at 04:31:38AM +0100, Christian wrote: > --- exclude.c.org 2002-11-04 04:17:05.0 +0100 > +++ exclude.c 2002-11-04 04:21:13.0 +0100 > @@ -219,8 +219,15 @@ > int fatal, int include) > { > struct exclude_str

making --exclude-from=- read from stdin

2002-11-03 Thread Christian
--- exclude.c.org 2002-11-04 04:17:05.0 +0100 +++ exclude.c 2002-11-04 04:21:13.0 +0100 @@ -219,8 +219,15 @@ int fatal, int include) { struct exclude_struct **list=list1; - FILE *f = fopen(fname,"r"); + FILE *f;