aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinsoo Choo <minsoochoo0122@proton.me>2023-08-19 09:38:04 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-08-19 09:38:04 +0000
commit3f02a0d2a6dfb29fb364ce30acc18dbe16cf791c (patch)
treeeb04ea6f9cebb9408e720cb8948862f0efc6a322
parent582049d58cf358c7514a0c9b07dc8a0a7e7f108f (diff)
downloaddoc-3f02a0d2a6dfb29fb364ce30acc18dbe16cf791c.tar.gz
doc-3f02a0d2a6dfb29fb364ce30acc18dbe16cf791c.zip
Porter's Handbook - Testing: Improve poudriere.conf example
Reviewed by: fernape@, carlavilla@ Differential Revision: https://reviews.freebsd.org/D41438
-rw-r--r--documentation/content/en/books/porters-handbook/testing/_index.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc
index e0c92f0852..2efafe01e4 100644
--- a/documentation/content/en/books/porters-handbook/testing/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc
@@ -230,8 +230,8 @@ Here is a minimal example config file:
[.programlisting]
....
-ZPOOL=tank
-BASEFS=/poudriere
+ZPOOL=zroot
+BASEFS=/usr/local/poudriere
DISTFILES_CACHE=/usr/ports/distfiles
RESOLV_CONF=/etc/resolv.conf
....