Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 22:55:23 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r246692 - projects/portbuild/admin/tools
Message-ID:  <201302112255.r1BMtNWB078956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer)
Date: Mon Feb 11 22:55:23 2013
New Revision: 246692
URL: http://svnweb.freebsd.org/changeset/base/246692

Log:
  Get rid of the mis-named chroot/ dir and make it worlddir/ .

Modified:
  projects/portbuild/admin/tools/newmkportbuild

Modified: projects/portbuild/admin/tools/newmkportbuild
==============================================================================
--- projects/portbuild/admin/tools/newmkportbuild	Mon Feb 11 22:54:23 2013	(r246691)
+++ projects/portbuild/admin/tools/newmkportbuild	Mon Feb 11 22:55:23 2013	(r246692)
@@ -16,7 +16,7 @@ DEFAULT_ZFS_PERMISSIONSET_SNAPS="clone,s
 SNAP_DIRECTORY=snap
 
 # ownership of direct subdirectories of DEFAULT_ZFS_VOLUME
-SRCBUILD_OWNED_SUBDIRS="chroot pxeroot ${SNAP_DIRECTORY}"
+SRCBUILD_OWNED_SUBDIRS="pxeroot ${SNAP_DIRECTORY} worlddir"
 PORTBUILD_OWNED_SUBDIRS="portbuild"
 
 if [ `id -u` != 0 ]; then



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302112255.r1BMtNWB078956>