The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=1ca439a216a0415e409218c1ebbcbbd4ff89d75c
commit 1ca439a216a0415e409218c1ebbcbbd4ff89d75c Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-06-22 18:59:23 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-06-22 18:59:41 +0000 etcupdate: Recommend building when bootstrapping Since building is no longer the default, add -b to the bootstrapping examples as they are likely to be run with a tree that hasn't been built. MFC after: 1 week Fixes: ddf6fad0295a ("etcupdate: Make nobuild the default") Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D57643 --- usr.sbin/etcupdate/etcupdate.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/etcupdate/etcupdate.8 b/usr.sbin/etcupdate/etcupdate.8 index 9c070dae4ecb..3a240ebfc1d8 100644 --- a/usr.sbin/etcupdate/etcupdate.8 +++ b/usr.sbin/etcupdate/etcupdate.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 27, 2026 +.Dd June 18, 2026 .Dt ETCUPDATE 8 .Os .Sh NAME @@ -699,7 +699,7 @@ before updating the source tree to start the next world upgrade cycle. First, generate a reference tree: .Pp -.Dl "etcupdate extract" +.Dl "etcupdate extract -b" .Pp Second, use the @@ -725,7 +725,7 @@ The reference tree for .Nm can then be generated via: .Pp -.Dl "etcupdate extract -s /path/to/tree" +.Dl "etcupdate extract -b -s /path/to/tree" .Pp The .Cm diff
