summaryrefslogtreecommitdiff
path: root/pkgtools/mksandbox
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2018-04-12 02:11:24 +0000
committersimonb <simonb@pkgsrc.org>2018-04-12 02:11:24 +0000
commitaaa4d0c0834736acec69922dfe9083c05b631fcc (patch)
tree6debadcff2ec9c1084f6fb22de732ccd67dc296d /pkgtools/mksandbox
parent30980e1dbca3d14c5b75e1e4539e0d95efd6e228 (diff)
downloadpkgsrc-aaa4d0c0834736acec69922dfe9083c05b631fcc.tar.gz
Document the existing --without-src and new --without-xsrc options.
Diffstat (limited to 'pkgtools/mksandbox')
-rw-r--r--pkgtools/mksandbox/files/mksandbox.88
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgtools/mksandbox/files/mksandbox.8 b/pkgtools/mksandbox/files/mksandbox.8
index eb1c19637f6..32d53a2b6a0 100644
--- a/pkgtools/mksandbox/files/mksandbox.8
+++ b/pkgtools/mksandbox/files/mksandbox.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: mksandbox.8,v 1.5 2013/07/20 10:20:42 jperkin Exp $
+.\" $NetBSD: mksandbox.8,v 1.6 2018/04/12 02:11:24 simonb Exp $
.\"
.\" Copyright (c) 2012 Thomas Klausner <wiz@NetBSD.org>
.\" All rights reserved.
@@ -39,6 +39,8 @@
.Op Fl Fl xsrc Ns = Ns Ar xsrcdir
.Op Fl Fl without-x
.Op Fl Fl without-pkgsrc
+.Op Fl Fl without-src
+.Op Fl Fl without-xsrc
.Op Fl Fl verbose
.Ar sandbox-dir
.Sh DESCRIPTION
@@ -81,6 +83,10 @@ instead of the default
(only needed for some packages).
.It Fl Fl without-pkgsrc
Do not mount pkgsrc directories in the sandbox.
+.It Fl Fl without-src
+Do not mount src directory in the sandbox.
+.It Fl Fl without-xsrc
+Do not mount xsrc directory in the sandbox.
.It Fl Fl without-x
Do not include X files in the sandbox.
.It Fl Fl verbose