Re: git: c3fbd9c6212c - main - Revert "stand: Remove double words in source code comments"

2023-04-18 Thread Matteo Riondato
On 2023-04-18 at 02:09 EDT, Gordon Bergling wrote: The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=c3fbd9c6212cad2634f5958ffec0370166ec7204 commit c3fbd9c6212cad2634f5958ffec0370166ec7204 Author: Gordon Bergling AuthorDate: 2023-04-18 06:08:35 +

Re: git: 6a70a0c8bfa6 - main - Document implicit dependencies of the mlx5(4) & friends.

2022-08-12 Thread Matteo Riondato
On 2022-08-11 at 19:33 EDT, Maxim Sobolev wrote: The branch main has been updated by sobomax: URL: https://cgit.FreeBSD.org/src/commit/?id=6a70a0c8bfa6fe8a2739527e5c822aec985e83e9 commit 6a70a0c8bfa6fe8a2739527e5c822aec985e83e9 Author: Maxim Sobolev AuthorDate: 2022-08-11 23:28:27 +

Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors

2022-10-17 Thread Matteo Riondato
On 2022-10-07 at 06:13 EDT, Kristof Provost wrote: On 3 Oct 2022, at 18:13, Bryan Drewery wrote: I think there's still a problem here. pfctl -a '*' -sr works pfctl -a 'name/*' -sr does not. So I’ve looked at this a bit more, and I am now going to back away from the whole anchor thing, and

Re: git: cfa1a1308709 - main - pfctl: fix recrusive printing of ethernet anchors

2022-10-18 Thread Matteo Riondato
On 2022-10-18 at 04:44 EDT, Kristof Provost wrote: On 17 Oct 2022, at 19:37, Matteo Riondato wrote: On 2022-10-07 at 06:13 EDT, Kristof Provost wrote: On 3 Oct 2022, at 18:13, Bryan Drewery wrote: I think there's still a problem here. pfctl -a '*' -sr works pfctl -a '

Re: git: a67b925ff3e5 - main - mail: make The Dragonfly Mail Agent (dma) the default mta.

2022-11-08 Thread Matteo Riondato
On 2022-11-07 at 06:50 EST, Baptiste Daroussin wrote: diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index a71a3fa4063d..91b99780eae6 100644 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -596,7 +596,7 @@ allscreens_kbdflags=""# Set this kbdcontrol mode for all virtual screens m

Re: git: b7104f19147f - main - sendmail: document that sendmail_enable can be set to NONE

2022-11-08 Thread Matteo Riondato
On 2022-11-08 at 12:11 EST, Mark Millard wrote: Baptiste Daroussin wrote on Date: Tue, 08 Nov 2022 13:41:29 UTC : On Tue, Nov 08, 2022 at 08:07:46AM -0500, Matteo Riondato wrote: > On 2022-11-07 at 06:50 EST, Baptiste Daroussin > wrote: > > diff --git a/libexec/rc/rc.conf

Re: git: b7104f19147f - main - sendmail: document that sendmail_enable can be set to NONE

2022-11-08 Thread Matteo Riondato
On 2022-11-08 at 14:17 EST, Baptiste Daroussin wrote: Indeed the issue that I intended to raise was that, AFAIK, there is no documentation, for NONE, except if one reads and understands /etc/rc.d/sendmail. It is something that is known by people "in the know", and probably mentioned by a som

Re: git: 0b1adc42a15c - main - rc.sendmail: remove unused script

2022-11-09 Thread Matteo Riondato
On 2022-11-09 at 10:57 EST, Baptiste Daroussin wrote: The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=0b1adc42a15caea0cffbc962ca6f9e3e7b576834 commit 0b1adc42a15caea0cffbc962ca6f9e3e7b576834 Author: Baptiste Daroussin AuthorDate: 2022-11-09 15:33

Re: git: 0b1adc42a15c - main - rc.sendmail: remove unused script

2022-11-10 Thread Matteo Riondato
On 2022-11-09 at 14:29 EST, Baptiste Daroussin wrote: Le 9 novembre 2022 18:49:47 GMT+01:00, Matteo Riondato a écrit : The one lingering issue I see is that there is now no documentation for the rc.conf sendmail_* variables: they were documented in rc.sendmail.8 and rc.conf.5 referred to it

Re: git: 0b1adc42a15c - main - rc.sendmail: remove unused script

2022-11-10 Thread Matteo Riondato
On 2022-11-10 at 09:18 EST, Baptiste Daroussin wrote: On Thu, Nov 10, 2022 at 09:01:06AM -0500, Matteo Riondato wrote: A few rough corners I still see: 1) sendmail_cert_create should perhaps be set to NO in rc.conf, or the call to sendmail_cert_create() in rc.d/sendmail should also depend

Re: git: f53dc31bb3ef - main - src.opts.mk: Disable all of LLVM if C++ support is disabled.

2022-11-16 Thread Matteo Riondato
On 2022-11-15 at 22:23 EST, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f53dc31bb3ef387338a7678581e8c7d587da8d2c commit f53dc31bb3ef387338a7678581e8c7d587da8d2c Author: John Baldwin AuthorDate: 2022-11-16 03:21:20 + Commi

Re: git: 62a149bf6219 - main - Add new rc: machine_id to generate /etc/machine-id

2023-01-09 Thread Matteo Riondato
On 2022-12-24 at 03:39 EST, Tobias C. Berner wrote: Moin moin I think it tries to solve the same problem of giving the machine a unique id. From the linux man page [1] The machine ID does not change based on local or network configuration or when hardware is replaced. Due to thi

Re: git: 3a1f834b5228 - main - pf: Add code to enable filtering for locally delivered packets

2023-06-20 Thread Matteo Riondato
On 2023-06-20 at 10:35 EDT, Doug Rabson wrote: The branch main has been updated by dfr: URL: https://cgit.FreeBSD.org/src/commit/?id=3a1f834b5228986a7c14fd60da13cf2700e80996 commit 3a1f834b5228986a7c14fd60da13cf2700e80996 Author: Doug Rabson AuthorDate: 2023-06-20 13:01:58 + Commit:

Re: git: 3a1f834b5228 - main - pf: Add code to enable filtering for locally delivered packets

2023-07-18 Thread Matteo Riondato
On 2023-06-20 at 11:57 EDT, Matteo Riondato wrote: On 2023-06-20 at 10:35 EDT, Doug Rabson wrote: The branch main has been updated by dfr: URL: https://cgit.FreeBSD.org/src/commit/?id=3a1f834b5228986a7c14fd60da13cf2700e80996 commit 3a1f834b5228986a7c14fd60da13cf2700e80996 Author