summaryrefslogtreecommitdiff
path: root/mk/bulk/mksandbox
diff options
context:
space:
mode:
authoragc <agc>2002-08-12 10:12:09 +0000
committeragc <agc>2002-08-12 10:12:09 +0000
commit837334244a9fdb83c3c5ea9e63ecd3c13b6febbe (patch)
tree6158c28c753d1157abc0d35c9cad31e34dbd155b /mk/bulk/mksandbox
parentbc2852e2c4bac103e0fdbc5540def84c2428f8be (diff)
downloadpkgsrc-837334244a9fdb83c3c5ea9e63ecd3c13b6febbe.tar.gz
Don't null-mount all of /var - just do /var/mail for just now, so that
the packages which expect a sane mail delivery set up can configure and build within the sandbox.
Diffstat (limited to 'mk/bulk/mksandbox')
-rwxr-xr-xmk/bulk/mksandbox4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/mksandbox b/mk/bulk/mksandbox
index 8624df14351..af047466a9a 100755
--- a/mk/bulk/mksandbox
+++ b/mk/bulk/mksandbox
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: mksandbox,v 1.3 2002/08/12 09:55:35 agc Exp $
+# $NetBSD: mksandbox,v 1.4 2002/08/12 10:12:09 agc Exp $
#
#
# Copyright (c) 2002 Alistair G. Crooks. All rights reserved.
@@ -158,7 +158,7 @@ for d in /bin \
/usr/lkm \
/usr/share \
/usr/sbin \
- /var; do \
+ /var/mail; do \
$mkdirprog $sandbox$d; \
$mountprog -r -t null $d $sandbox$d; \
done