pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk add /usr/5bin for Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/176249ed3bf3
branches:  trunk
changeset: 467211:176249ed3bf3
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Jan 26 22:32:30 2004 +0000

description:
add /usr/5bin for Solaris.

diffstat:

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

diffs (20 lines):

diff -r 5a5556f7b39a -r 176249ed3bf3 mk/bulk/mksandbox
--- a/mk/bulk/mksandbox Mon Jan 26 22:19:16 2004 +0000
+++ b/mk/bulk/mksandbox Mon Jan 26 22:32:30 2004 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: mksandbox,v 1.27 2004/01/22 13:08:32 grant Exp $
+# $NetBSD: mksandbox,v 1.28 2004/01/26 22:32:30 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/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 /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