Created attachment 257309 [details] Fix a typo in PROVIDE There is a typo in PROVIDE line in virtlogd. This causes an error in libvirtd, i.e., rcorder: requirement `virtlogd' in file `/usr/local/etc/rc.d/libvirtd' has no providers.
Thanks for fixing that!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=34cdec019cc4ec4f88416594a47a8111344849ce commit 34cdec019cc4ec4f88416594a47a8111344849ce Author: Jung-uk Kim <jkim@FreeBSD.org> AuthorDate: 2025-02-10 22:55:33 +0000 Commit: Jung-uk Kim <jkim@FreeBSD.org> CommitDate: 2025-02-10 22:55:33 +0000 devel/libvirt: Fix a typo in a rc script to correct PROVIDE There is a typo in PROVIDE line in virtlogd. This causes an error when we run libvirtd service, i.e., rcorder: requirement `virtlogd' in file `/usr/local/etc/rc.d/libvirtd' has no providers. PR: 284630 Approved by: novel (maintainer) devel/libvirt/Makefile | 1 + devel/libvirt/files/virtlogd.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)