[Bug 277699] freebsd-update: "cron install" give spurious message compared to "fetch install"

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 18 Mar 2024 10:03:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277699

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=85c3ef77cc9f7dbf8500c3d16c82d24eb06bfa81

commit 85c3ef77cc9f7dbf8500c3d16c82d24eb06bfa81
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2024-03-14 16:39:47 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2024-03-18 10:01:59 +0000

    freebsd-update: mark "cron" as fetched as "fetch" itself

    The change in 33bd05c3187d7b49c80cf1b0132b405c105d0833 was incomplete
    because it did not mark "cron" as ISFETCHED=1 although it performs the
    same operations as "install", but less output and does not perform a
    hard exit. Mark result as such and make "install" know that updates have
    been fetched.

    PR:             277699
    Approved by:    jrm (mentor), emaste, cperciva
    MFC after:      2 weeks
    Differential Revision:  https://reviews.freebsd.org/D44356

 usr.sbin/freebsd-update/freebsd-update.sh | 1 +
 1 file changed, 1 insertion(+)

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