Created attachment 223364 [details] patch Currently sed will just replace things at will (or not) and not show what is being replaced, so change this to a patch+replace so that the build will break if patching fails and can be investigated to make sure it is doing what is expected. Also remove a ${RM} that does not actually do anything anymore.
Approved by: lwhsu (ports)
A commit references this bug: Author: brd Date: Thu Mar 18 18:00:24 UTC 2021 New revision: 568752 URL: https://svnweb.freebsd.org/changeset/ports/568752 Log: net/cloud-init: Clean up post-patch PR: 254365 Approved by: Andrey Fesenko (maintainer), swills, lwhsu Changes: head/net/cloud-init/Makefile head/net/cloud-init/files/patch-cloudinit_settings.py head/net/cloud-init/files/patch-setup.py
Thanks Andrey!