Bug 284630 - devel/libvirt: Fix a typo in rcscript to correct PROVIDE
Summary: devel/libvirt: Fix a typo in rcscript to correct PROVIDE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-07 03:45 UTC by Jung-uk Kim
Modified: 2025-02-10 23:22 UTC (History)
1 user (show)

See Also:
novel: maintainer-feedback+


Attachments
Fix a typo in PROVIDE (633 bytes, patch)
2025-02-07 03:45 UTC, Jung-uk Kim
novel: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jung-uk Kim freebsd_committer freebsd_triage 2025-02-07 03:45:22 UTC
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.
Comment 1 Roman Bogorodskiy freebsd_committer freebsd_triage 2025-02-07 09:14:59 UTC
Thanks for fixing that!
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-02-10 22:59:35 UTC
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(-)