Bug 271204 - emulators/qemu guestagent flavor shows useless message after install
Summary: emulators/qemu guestagent flavor shows useless message after install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-02 15:35 UTC by Miroslav Lachman
Modified: 2023-07-15 19:02 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Lachman 2023-05-02 15:35:37 UTC
I have built and installed qemu@guestagent flavor (resulting package is: qemu-guest-agent-7.2.0_3) for the first time and to my surprise it shows me pkg-message of 90 useless lines. All information is for the main qemu package, not related to qemu-guest-agent.

Installing qemu-guest-agent should show a different message:

To run the guest agent on startup, add qemu_guest_agent_enable="YES"
in to /etc/rc.conf. Extra options can be found in the startup script.

Start it with: service qemu-guest-agent start
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-07-15 19:02:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9388b92a2d1bb2dcab36179cdac8264cecc44acc

commit 9388b92a2d1bb2dcab36179cdac8264cecc44acc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-15 17:53:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-15 19:01:02 +0000

    emulators/qemu: Update version 8.0.2=>8.0.3

    - Add guest-agent flavor specific pkg-message [1]

    Changelog: https://wiki.qemu.org/ChangeLog/8.0
    PR:             271204 [1]
    Reported by:    Miroslav Lachman <000.fbsd@quip.cz> [1]

 emulators/qemu/Makefile                      |  5 ++++-
 emulators/qemu/distinfo                      |  6 +++---
 emulators/qemu/pkg-message.guest-agent (new) | 14 ++++++++++++++
 3 files changed, 21 insertions(+), 4 deletions(-)