[Bug 276102] freebsd-update: command gives questionable recommendation which command to run next

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 18 Mar 2024 09:36:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276102

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=59b02bb420e3b0a49af39f7817764ca444f7c793

commit 59b02bb420e3b0a49af39f7817764ca444f7c793
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2024-01-30 16:24:45 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2024-03-18 09:33:42 +0000

    freebsd-update: Don't provide copiable commands in output

    Previously, freebsd-update provided ready-to-go commands for copying and
    pasting into the terminal. This causes problems as soon as options are
    used and not supplied again by the user, e.g., '-b' or '-d'.
    Stop making them copiable and force the user to construct a valid command
    line by himself to avoid failures.

    PR:             276102
    Approved by:    jrm (mentor), emaste
    MFC after:      1 month
    Differential Revision:  https://reviews.freebsd.org/D43700

 usr.sbin/freebsd-update/freebsd-update.sh | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.