[Bug 229346] freebsd-update install return code changed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 29 15:36:05 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229346
ilyushkeane at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ilyushkeane at gmail.com
--- Comment #3 from ilyushkeane at gmail.com ---
@topical as for ezjail the loop is:
while [ $? -eq 0 ]; do
env UNAME_r="${ezjail_osversion_source}" PAGER=/bin/cat freebsd-update -b
${DESTDIR} -r ${ezjail_osversion_target} install
done
which (I assume) means, that ezjail-admin stucks in loop AFTER `freebsd-update
install` run at least once. Check basejail version -- in my case it's updated.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list