Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2024 06:52:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276102] freebsd-update: command gives questionable recommendation which command to run next
Message-ID:  <bug-276102-227-zOqGDHZu4a@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276102-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276102-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276102

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Dd596e573119e245b2d2b53afeb5237005=
10e5bf2

commit d596e573119e245b2d2b53afeb523700510e5bf2
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2024-01-30 16:24:45 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2024-04-17 06:51:38 +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 comma=
nd
    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(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276102-227-zOqGDHZu4a>