pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/mksandbox/files



Module Name:    pkgsrc
Committed By:   simonb
Date:           Thu Apr 12 02:11:24 UTC 2018

Modified Files:
        pkgsrc/pkgtools/mksandbox/files: mksandbox.8

Log Message:
Document the existing --without-src and new --without-xsrc options.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/pkgtools/mksandbox/files/mksandbox.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/mksandbox/files/mksandbox.8
diff -u pkgsrc/pkgtools/mksandbox/files/mksandbox.8:1.5 pkgsrc/pkgtools/mksandbox/files/mksandbox.8:1.6
--- pkgsrc/pkgtools/mksandbox/files/mksandbox.8:1.5     Sat Jul 20 10:20:42 2013
+++ pkgsrc/pkgtools/mksandbox/files/mksandbox.8 Thu Apr 12 02:11:24 2018
@@ -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@localhost>
 .\" 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



Home | Main Index | Thread Index | Old Index