opnsense / tools

OPNsense release engineering toolkit
https://opnsense.org/
BSD 2-Clause "Simplified" License
271 stars 195 forks source link

base: generating obsolete file for file to directory transition #399

Closed fichtner closed 2 months ago

fichtner commented 6 months ago

In FreeBSD 14 the helper file __string was upgraded to a directory holding multiple helper files, but since we don't handle directories the update tool tries to delete the obsolete file which is not a file.

The problem is only cosmetic, but we'd rather fix this at the source now instead of adding a workaround for the update tool.

fichtner commented 2 months ago

Did this the lazy way via 2f50413112c