diff options
author | grant <grant@pkgsrc.org> | 2004-06-06 01:33:17 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-06 01:33:17 +0000 |
commit | 2a4339504c053245747f316adc201cbdf16add2f (patch) | |
tree | 4395655a6f0b66f9d01422993ecc44e4498baec5 /mk/bulk | |
parent | f204d77948a1cd9854dfdb4959e83a7885dac636 (diff) | |
download | pkgsrc-2a4339504c053245747f316adc201cbdf16add2f.tar.gz |
on Solaris, ensure /usr/tmp and /var/tmp are created in the sandbox,
as nroff(1) and others complain if these directories don't exist.
Diffstat (limited to 'mk/bulk')
-rwxr-xr-x | mk/bulk/mksandbox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bulk/mksandbox b/mk/bulk/mksandbox index 7502dbbcfe2..8d57d6ef1f3 100755 --- a/mk/bulk/mksandbox +++ b/mk/bulk/mksandbox @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: mksandbox,v 1.32 2004/06/06 01:30:31 grant Exp $ +# $NetBSD: mksandbox,v 1.33 2004/06/06 01:33:17 grant Exp $ # # # Copyright (c) 2002 Alistair G. Crooks. All rights reserved. @@ -114,6 +114,7 @@ SunOS) paxprog=/bin/pax sedprog=/usr/xpg4/bin/sed 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" + sandboxEmptyDirs="$sandboxEmptyDirs /usr/tmp /var/tmp" ;; *) echo "Unknown Operating System ($opsys) - good luck" |