pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk sandboxed builds also need /usr/dt and /usr/uc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d98cc93b3b12
branches:  trunk
changeset: 466726:d98cc93b3b12
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 22 13:08:32 2004 +0000

description:
sandboxed builds also need /usr/dt and /usr/ucblib on Solaris.

diffstat:

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

diffs (20 lines):

diff -r 2059696d4cc4 -r d98cc93b3b12 mk/bulk/mksandbox
--- a/mk/bulk/mksandbox Thu Jan 22 13:02:39 2004 +0000
+++ b/mk/bulk/mksandbox Thu Jan 22 13:08:32 2004 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: mksandbox,v 1.26 2004/01/20 01:01:56 grant Exp $
+# $NetBSD: mksandbox,v 1.27 2004/01/22 13:08:32 grant Exp $
 #
 #
 # Copyright (c) 2002 Alistair G. Crooks.  All rights reserved.
@@ -101,7 +101,7 @@
        mountprog=/sbin/mount
        paxprog=/bin/pax
        sedprog=/usr/xpg4/bin/sed
-       sandboxMountDirs="/bin /sbin /kernel /lib /proc /usr/X11R6 /usr/bin /usr/ccs /usr/games /usr/include /usr/lib /usr/openwin /usr/share /usr/sbin /usr/ucb /usr/xpg4 /var/mail"
+       sandboxMountDirs="/bin /sbin /kernel /lib /proc /usr/X11R6 /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