summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorwiz <wiz>2012-08-26 11:01:49 +0000
committerwiz <wiz>2012-08-26 11:01:49 +0000
commit0e99a2e106caf3a80495be7b5944401d8a049f53 (patch)
tree19f270b1fa6ed36c7619b9551becaea0efb85629 /doc/pkgsrc.txt
parent881ce3fcb33363ffaf5dea47b3cccb82147e40ce (diff)
downloadpkgsrc-0e99a2e106caf3a80495be7b5944401d8a049f53.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index c581428bb17..5e3d47c52ec 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -2348,11 +2348,11 @@ bulk build inside a chroot environment.
The first step is to set up a chroot sandbox, e.g. /usr/sandbox. This can be
done by using null mounts, or manually.
-There is a shell script called pkgsrc/mk/bulk/mksandbox which will set up the
-sandbox environment using null mounts. It will also create a script called
-sandbox in the root of the sandbox environment, which will allow the null
-mounts to be activated using the sandbox mount command and deactivated using
-the sandbox umount command.
+There is a shell script called mksandbox installed by the pkgtools/mksandbox
+package, which will set up the sandbox environment using null mounts. It will
+also create a script called sandbox in the root of the sandbox environment,
+which will allow the null mounts to be activated using the sandbox mount
+command and deactivated using the sandbox umount command.
To set up a sandbox environment by hand, after extracting all the sets from a
NetBSD installation or doing a make distribution DESTDIR=/usr/sandbox in /usr/