[Bug 276102] freebsd-update: command gives questionable recommendation which command to run next
Date: Wed, 17 Apr 2024 06:52:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276102
--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=d596e573119e245b2d2b53afeb523700510e5bf2
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 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.