svn commit: r246692 - projects/portbuild/admin/tools
Mark Linimon
linimon at FreeBSD.org
Mon Feb 11 22:55:24 UTC 2013
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
More information about the svn-src-projects
mailing list