From: "Omar Polo" Subject: Re: gotwebd: propagate chroot path to child processes To: Thomas Adam Cc: Game of Trees Date: Tue, 24 Feb 2026 21:43:06 +0100 Thomas Adam wrote: > Because gotweb's config is read in the parent process, the chroot > value is never sent to the children of gotwebd. This effectively > means that the chroot value in the config is ignored, and as a > consequence, defaults to "/var/www". > > On some systems, "/var/www" may well exist which is why this bug has > been masked but on non-BSD systems, this is not always the case. > > OK? diff mangled, but okay nevertheless =) Thanks! Omar Polo