[Bug 190660] freebsd-update(8) erroneous message when "fetch install" used

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 15 16:04:37 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190660

--- Comment #5 from Guangyuan (Charlie) Yang <yzgyyang at outlook.com> ---
In my opinion, the approach of the proposed patch is not clean enough, since
the behaviors of compound statements should always be equivalent to running it
separately, for example:

freebsd-update fetch install

should have the same effect as 

freebsd-update fetch
freebsd-update install

The real question here is, should `install` return 0 or 1 (currently 1) if
there's nothing to install?

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


More information about the freebsd-bugs mailing list