> On Sep 24, 2024, at 03:38, Tatsuki Makino <[email protected]> wrote:
>
> Hello.
>
> As seen from the output of set -x, I think it has been trimmed too much.
>
> https: //cgit.freebsd.org
> /ports/tree/net/isc-dhcp44-server/files/isc-dhcpd.in#n505
>
> Is there a workaround?
>
> dhcpd_flags="-q -4"
> or
> dhcpd_flags="-4 -q ā
Yes, that is a workaround. But I also would like to see it fixed. :-) I think
an effort to remove the extra spaces around the arg is unimportant. Replacing
the replacement with "/ /" instead of ā//" would be easiest.
Are PRs the right way to fix these things? I can do that if you point me to
the correct place to prepare it. Iām still just getting used to using git
instead of svn for FreeBSD. ;-)
- Chris