Re: rdist.c patch

2016-03-06 Thread Jacob L. Leifman
In some regards rdist is possibly more powerful/flexible than rsync with its built in support for post-processing scripts. For example, I find it extremely useful for keeping CARP firewalls in sync while allowing for administrative changes to either. On 7 Mar 2016 at 11:18, Michael Kennett wrot

Re: rdist.c patch

2016-03-06 Thread Michael Kennett
I use rdist (triggered from /etc/daily), but the standard build does have limitations and can dump core in some circumstances (refer http://marc.info/?l=openbsd-tech&m=141551244520320&w=2). My use of it is to maintain a shadow boot partition, and to copy selected files onto a separate server. Whil

Re: rdist.c patch

2016-03-06 Thread Alexander Hall
On March 6, 2016 5:57:23 PM GMT+01:00, Edgar Pettijohn wrote: > > >On 03/06/16 00:12, Philip Guenther wrote: >> On Sun, Feb 28, 2016 at 1:35 PM, Edgar Pettijohn >> wrote: >>> --- rdist.c.origSun Feb 28 15:29:27 2016 >>> +++ rdist.cSun Feb 28 15:32:06 2016 >>> @@ -57,8 +57,7 @@ >>> ch

Re: rdist.c patch

2016-03-06 Thread Edgar Pettijohn
On 03/06/16 00:12, Philip Guenther wrote: On Sun, Feb 28, 2016 at 1:35 PM, Edgar Pettijohn wrote: --- rdist.c.origSun Feb 28 15:29:27 2016 +++ rdist.cSun Feb 28 15:32:06 2016 @@ -57,8 +57,7 @@ char *path_remsh = NULL; static void addhostlist(char *, struct namelist **);

Re: rdist.c patch

2016-03-05 Thread Philip Guenther
On Sun, Feb 28, 2016 at 1:35 PM, Edgar Pettijohn wrote: > --- rdist.c.origSun Feb 28 15:29:27 2016 > +++ rdist.cSun Feb 28 15:32:06 2016 > @@ -57,8 +57,7 @@ > char *path_remsh = NULL; > > static void addhostlist(char *, struct namelist **); > -static void usage(void); > -int ma

rdist.c patch

2016-02-28 Thread Edgar Pettijohn
--- rdist.c.origSun Feb 28 15:29:27 2016 +++ rdist.cSun Feb 28 15:32:06 2016 @@ -57,8 +57,7 @@ char *path_remsh = NULL; static void addhostlist(char *, struct namelist **); -static void usage(void); -int main(int, char **, char **); +__dead void usage(void); /* * Add a hos