Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2015/04/14 08:55:07 jperkin Exp $
# $NetBSD: Makefile,v 1.10 2015/07/05 11:47:14 jperkin Exp $
PKGNAME= mksandbox-1.4
PKGNAME= mksandbox-1.5
CATEGORIES= pkgtools
MAINTAINER= agc@NetBSD.org

View File

@@ -1,6 +1,6 @@
#! /bin/sh
# $NetBSD: mksandbox,v 1.7 2015/04/14 08:55:07 jperkin Exp $
# $NetBSD: mksandbox,v 1.8 2015/07/05 11:47:14 jperkin Exp $
# Copyright (c) 2002,2012 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -119,7 +119,7 @@ Linux)
fi
paxprog=""
sedprog=/bin/sed
sandboxMountDirs="$sandboxMountDirs /lib64 /usr/lib64 /usr/kerberos"
sandboxMountDirs="$sandboxMountDirs /lib64 /usr/lib64 /usr/kerberos /run"
sandboxWriteDirs="$sandboxWriteDirs /proc"
;;
NetBSD)