Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2018 15:48:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229346] freebsd-update install return code changed
Message-ID:  <bug-229346-227-IbrBZlHWmY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229346-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229346-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=3D229346

--- Comment #1 from Mike Cole <mcole36@gmail.com> ---
As an example, here is iocell's upgrade code:

https://github.com/bartekrutkowski/iocell/blob/master/lib/ioc-upgrade

Line 323

                while [ $? -eq 0 ] ; do
                    chroot ${_mountpoint}/root \
                        env UNAME_r=3D"${_oldrelease}" env PAGER=3D"/bin/ca=
t" \
                        freebsd-update -r ${_release} install
                done

--=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-229346-227-IbrBZlHWmY>