summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2004-02-13 23:53:13 +0000
committergrant <grant>2004-02-13 23:53:13 +0000
commitc98137fcca5e43e24e816166ec64d0f2f7e09294 (patch)
tree4b712fc6e75bd199694d6b36ee293de9d5982234
parent742be42241405685e6e369e538aec5e505a335ed (diff)
downloadpkgsrc-c98137fcca5e43e24e816166ec64d0f2f7e09294.tar.gz
on Solaris, mount /opt/SUNWspro in the sandbox if it exists.
-rwxr-xr-xmk/bulk/mksandbox4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/mksandbox b/mk/bulk/mksandbox
index cd55019048a..c6fc88e6d44 100755
--- a/mk/bulk/mksandbox
+++ b/mk/bulk/mksandbox
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: mksandbox,v 1.30 2004/01/30 08:51:29 grant Exp $
+# $NetBSD: mksandbox,v 1.31 2004/02/13 23:53:13 grant Exp $
#
#
# Copyright (c) 2002 Alistair G. Crooks. All rights reserved.
@@ -113,7 +113,7 @@ SunOS)
mountprog=/sbin/mount
paxprog=/bin/pax
sedprog=/usr/xpg4/bin/sed
- sandboxMountDirs="/bin /sbin /kernel /lib /proc /usr/X11R6 /usr/5bin /usr/bin /usr/ccs /usr/dt /usr/games /usr/include /usr/lib /usr/openwin /usr/share /usr/sbin /usr/ucb /usr/ucblib /usr/xpg4 /var/mail"
+ sandboxMountDirs="/bin /sbin /kernel /lib /proc /opt/SUNWspro /usr/X11R6 /usr/5bin /usr/bin /usr/ccs /usr/dt /usr/games /usr/include /usr/lib /usr/openwin /usr/share /usr/sbin /usr/ucb /usr/ucblib /usr/xpg4 /var/mail"
;;
*)
echo "Unknown Operating System ($opsys) - good luck"