Date: Sun, 20 Jun 2021 04:21:21 GMT From: Warner Losh <imp@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: dfde7327ba - main - handbook/cutting-edge: fix etcupdate bootstrapping Message-ID: <202106200421.15K4LLel018644@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=dfde7327ba09ed2d49891a6a677ddeeccafc04cb commit dfde7327ba09ed2d49891a6a677ddeeccafc04cb Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-06-20 04:14:39 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-06-20 04:20:13 +0000 handbook/cutting-edge: fix etcupdate bootstrapping One bootstraps with etcupdate extract, not etcupdate bootstrap, so change the one example to use extract. PR: 256725 Sponsored by: Netflix --- documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc index c8ac2a5597..668dabe1d9 100644 --- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc @@ -907,7 +907,7 @@ To prevent this, perform the following steps *before* updating sources and build [source,shell] .... -# etcupdate bootstrap <.> +# etcupdate extract <.> # etcupdate diff <.> ....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106200421.15K4LLel018644>