pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk on Solaris, mount /opt/SUNWspro in the sandbox...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a211033d064
branches:  trunk
changeset: 468442:1a211033d064
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Feb 13 23:53:13 2004 +0000

description:
on Solaris, mount /opt/SUNWspro in the sandbox if it exists.

diffstat:

 mk/bulk/mksandbox |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 766e37fe3168 -r 1a211033d064 mk/bulk/mksandbox
--- a/mk/bulk/mksandbox Fri Feb 13 23:52:56 2004 +0000
+++ b/mk/bulk/mksandbox Fri Feb 13 23:53:13 2004 +0000
@@ -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 @@
        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"



Home | Main Index | Thread Index | Old Index