diff options
author | simonb <simonb@pkgsrc.org> | 2018-04-12 02:11:24 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2018-04-12 02:11:24 +0000 |
commit | aaa4d0c0834736acec69922dfe9083c05b631fcc (patch) | |
tree | 6debadcff2ec9c1084f6fb22de732ccd67dc296d /pkgtools | |
parent | 30980e1dbca3d14c5b75e1e4539e0d95efd6e228 (diff) | |
download | pkgsrc-aaa4d0c0834736acec69922dfe9083c05b631fcc.tar.gz |
Document the existing --without-src and new --without-xsrc options.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/mksandbox/files/mksandbox.8 | 8 |
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 |