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, ensure /usr/tmp and /var/tmp are c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01c0561c53f3
branches:  trunk
changeset: 476275:01c0561c53f3
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 06 01:33:17 2004 +0000

description:
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:

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

diffs (19 lines):

diff -r 61d220287dff -r 01c0561c53f3 mk/bulk/mksandbox
--- a/mk/bulk/mksandbox Sun Jun 06 01:30:31 2004 +0000
+++ b/mk/bulk/mksandbox Sun Jun 06 01:33:17 2004 +0000
@@ -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 @@
        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"



Home | Main Index | Thread Index | Old Index