summaryrefslogtreecommitdiff
path: root/pkgtools/mksandbox/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-10-14 12:50:07 +0000
committerjperkin <jperkin>2016-10-14 12:50:07 +0000
commit3f56730549e9fb49fbf52bfa1678d61e6615ed3c (patch)
treea49ee047c2b9400cb3dbdaed65ba48e26a4ebe02 /pkgtools/mksandbox/Makefile
parent95b0ffe607c102fa1fa9a24732775e3b6e159196 (diff)
downloadpkgsrc-3f56730549e9fb49fbf52bfa1678d61e6615ed3c.tar.gz
Update to mksandbox-1.7. Changes:
- Handle /run/resolvconf/resolv.conf explicitly rather than mounting all of /run. If /run exists then systemd will dynamically create /run/user/uid tmpfs mounts inside the chroot which mksandbox is unable to unmount.
Diffstat (limited to 'pkgtools/mksandbox/Makefile')
-rw-r--r--pkgtools/mksandbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/mksandbox/Makefile b/pkgtools/mksandbox/Makefile
index 868dd165060..de757802e51 100644
--- a/pkgtools/mksandbox/Makefile
+++ b/pkgtools/mksandbox/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2016/03/03 04:41:15 agc Exp $
+# $NetBSD: Makefile,v 1.12 2016/10/14 12:50:07 jperkin Exp $
-PKGNAME= mksandbox-1.6
+PKGNAME= mksandbox-1.7
CATEGORIES= pkgtools
MAINTAINER= agc@NetBSD.org