Re: regress/bgpd: allow specifying daemon binary

2018-09-18 Thread Theo de Raadt
Wow, suddenly this is about awk? I am going to ask you to do something: Please run the entire regress test on a system. Why not run it twice, without rebooting. Report back, ok? The complexity you wish to embrace so much results in a variety of costs you are about to be introduced to. How we

Re: regress/bgpd: allow specifying daemon binary

2018-09-18 Thread Steffen Nurpmeso
Theo de Raadt wrote in <87985.1537307...@cvs.openbsd.org>: |I honestly think this is a foolishly complicated. Maybe for OpenBSD only software. But i think it is worth the hazzle whenever affordable for certain types of software. |Just install the program, then run regress. Install an older ve

Re: regress/bgpd: allow specifying daemon binary

2018-09-18 Thread Theo de Raadt
Klemens Nanni wrote: > On Tue, Sep 18, 2018 at 03:44:27PM -0600, Theo de Raadt wrote: > > I honestly think this is a foolishly complicated. > > > > Just install the program, then run regress. Install an older version > > without the broken changes if it doesn't work. > > > > I tire of these in

Re: regress/bgpd: allow specifying daemon binary

2018-09-18 Thread Klemens Nanni
On Tue, Sep 18, 2018 at 03:44:27PM -0600, Theo de Raadt wrote: > I honestly think this is a foolishly complicated. > > Just install the program, then run regress. Install an older version > without the broken changes if it doesn't work. > > I tire of these interactions between environment variab

Re: regress/bgpd: allow specifying daemon binary

2018-09-18 Thread Theo de Raadt
I honestly think this is a foolishly complicated. Just install the program, then run regress. Install an older version without the broken changes if it doesn't work. I tire of these interactions between environment variables, base build methods, fork+exec paths in privsep programs, and now getti

Re: regress/bgpd: allow specifying daemon binary

2018-09-18 Thread Alexander Bluhm
On Tue, Sep 18, 2018 at 11:29:19PM +0200, Klemens Nanni wrote: > Same as in pfctl or route so I can easily test my changes with > > $ make BGPD=/usr/obj/usr.sbin/bgpd/bgpd config > > OK? OK bluhm@ > Index: config/Makefile > =

regress/bgpd: allow specifying daemon binary

2018-09-18 Thread Klemens Nanni
Same as in pfctl or route so I can easily test my changes with $ make BGPD=/usr/obj/usr.sbin/bgpd/bgpd config OK? Index: config/Makefile === RCS file: /cvs/src/regress/usr.sbin/bgpd/config/Makefile,v retrieving revision 1.5