net/isc-dhcp44-server: Fix checkconfig command.
This adds an undocumented -Q flag which cancels out any -q option that
may be present in dhcpd_flags, avoiding the need for a fragile sed
command. It also adds a comment explaining why we are running the
check twice and what the -q and -Q are for.
PR: 281701