Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 08/12/2002 18:19:50
Module Name: pkgsrc
Committed By: seb
Date: Mon Aug 12 15:19:50 UTC 2002
Modified Files:
pkgsrc/mk/bulk: mksandbox
Log Message:
New feature: this script now create $sandbox/sandbox, a shell script
to ease the use of the sandbox.
$sandbox/sandbox umount
Umount the null mounts from the sandbox
$sandbox/sandbox mount
Mount the null mounts required by the sandbox (useful across reboots, ...).
$sandbox/sandbox whatever
Runs the command passed as arguments, chrooted into the sandbox.
Typical usage would be `$sandbox/sandbox /my/favourite/shell'.
$sandbox/sandbox
Same as `$sandbox/sandbox /bin/sh'
Approved by agc.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/bulk/mksandbox
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.