[master] d497ec099 Hopefully fix u00006 on various platforms.
Poul-Henning Kamp
phk at phk.freebsd.dk
Mon Nov 22 07:44:20 UTC 2021
--------
Dridi Boukelmoune writes:
> On Fri, Nov 19, 2021 at 8:12 PM Poul-Henning Kamp <phk at phk.freebsd.dk> wrote:
> >
> > --------
> > Dridi Boukelmoune writes:
> >
> > > > +# We use this to make sure we know there is a "0 CLI" in the binary log.
> > > > process p1 {
> > > > - exec varnishlog -n ${v1_name} -g raw -k 3 -w ${tmpdir}/vlog -A
> > > > + exec varnishlog -n ${v1_name} -g raw -u -A
> > > > } -start
> > >
> > > This is removing -A coverage since it only takes effect with -w.
> >
> > Teach -w to take a "-" argument to mean stdout ?
> >
> > I was surprised we didn't do that already...
>
> I haven't checked but if we do that we shouldn't allow it in daemon mode.
Strictly speaking it is not daemon mode but restartability that is prevented.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
More information about the varnish-commit
mailing list