I've been moving machines from Samba 4.8 -> 4.10, and noticed you can no longer disable both AVAHI and MDNSRESPONDER. Is there a reason (e.g. changes upstream) we need one of these now? It pulls in a bunch of ports from X11 that I'd rather not have on these headless servers.
If we're stuck with it, then so be it. I'm mostly just curious what changed.
Oh, and while we're on the subject, is there a way to build/run it without Python 2.7? Even with DEFAULT_VERSIONS+=python3=3.6 in /etc/make.conf and specifying
If we're stuck with it, then so be it. I'm mostly just curious what changed.
Oh, and while we're on the subject, is there a way to build/run it without Python 2.7? Even with DEFAULT_VERSIONS+=python3=3.6 in /etc/make.conf and specifying
-DPY_FLAVOR=3.6
to make it still wants to build 2.7. It looks to be related to devel/scons.