Re: analysing a coredump
- In reply to: void : "Re: analysing a coredump"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Nov 2023 15:58:57 UTC
On Thu, 30 Nov 2023, at 14:56, void wrote:
>>You can even add this to the poudriere make.conf.
>
> this EXACTLY is what I needed, TYVM :D
> --
You can localise this to a single port by wrapping that inside make.conf
endif
# debug only this port
.if ${.CURDIR:M*/www/h2o}
…. magical dust goes here
.endif
A+
Dave