diff options
author | grant <grant@pkgsrc.org> | 2004-07-03 21:42:37 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-03 21:42:37 +0000 |
commit | 06d1f588defaf6a1c824e1ed0fed0005fba45e7d (patch) | |
tree | 35916d5e26cc5463f7b284f0c3baaab08cf348ef /mk | |
parent | 18bb53f8dcf62c4d575b2742a3528326c4d1820b (diff) | |
download | pkgsrc-06d1f588defaf6a1c824e1ed0fed0005fba45e7d.tar.gz |
add /var/sadm so that Solaris pkgchk(8) can read the package database,
xpm/builtin.mk uses this to determine whether Solaris has xpm.
Diffstat (limited to 'mk')
-rwxr-xr-x | mk/bulk/mksandbox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/mksandbox b/mk/bulk/mksandbox index 92f4e752efd..b9c1ae9c5ee 100755 --- a/mk/bulk/mksandbox +++ b/mk/bulk/mksandbox @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: mksandbox,v 1.34 2004/07/01 13:18:20 grant Exp $ +# $NetBSD: mksandbox,v 1.35 2004/07/03 21:42:37 grant Exp $ # # # Copyright (c) 2002 Alistair G. Crooks. All rights reserved. @@ -113,7 +113,7 @@ SunOS) mountprog=/sbin/mount 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" + 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 /var/sadm" sandboxEmptyDirs="$sandboxEmptyDirs /usr/tmp /var/tmp" ;; *) |