Re: git: eb6f48854df2 - main - Fix a typo in the binmisc option name
Date: Wed, 07 Dec 2022 17:45:54 UTC
Doug, On Wed, Dec 07, 2022 at 01:54:10PM +0000, Doug Rabson wrote: D> commit eb6f48854df20441b384ca36b6b31558ada087c9 D> Author: Doug Rabson <dfr@FreeBSD.org> D> AuthorDate: 2022-12-07 13:40:18 +0000 D> Commit: Doug Rabson <dfr@FreeBSD.org> D> CommitDate: 2022-12-07 13:51:34 +0000 D> D> Fix a typo in the binmisc option name D> D> This should be spelt IMGACT_BINMISC to match the filename. The option D> name does not appear outside of sys/conf and this module is typically D> used via the kernel module imgact_binmisc.ko. D> D> MFC After: 2 weeks My custom kernel has been broken by this change. I don't think you want to MFC that and you might think of reverting it at all. The option has been used for quite a long time to change its name. May be rename the file instead? -- Gleb Smirnoff