svn commit: r244214 - projects/portbuild/conf

Mark Linimon linimon at FreeBSD.org
Fri Dec 14 14:59:35 UTC 2012


Author: linimon (doc,ports committer)
Date: Fri Dec 14 14:59:35 2012
New Revision: 244214
URL: http://svnweb.freebsd.org/changeset/base/244214

Log:
  Comment cleanup to go with new code that is still WIP.

Modified:
  projects/portbuild/conf/server.conf

Modified: projects/portbuild/conf/server.conf
==============================================================================
--- projects/portbuild/conf/server.conf	Fri Dec 14 14:54:07 2012	(r244213)
+++ projects/portbuild/conf/server.conf	Fri Dec 14 14:59:35 2012	(r244214)
@@ -51,11 +51,12 @@ WORLDDIR=${ZFS_MOUNTPOINT}/chroot/
 #zexpire 	a/nfs  a/local  a/portbuild/*  a/snap/*
 
 #
-# ownership definitions.  Note: ports builds are hardwired to ports-<arch>.
-#     Comment PORTBUILD_GROUP out to make them group ports-<arch> instead.
+# port build ownership definitions.
 #
 
+# defaults to ports-<arch> if not defined here.
 PORTBUILD_USER="portbuild"
+# defaults to PORTBUILD_USER if not defined here.
 PORTBUILD_GROUP="portbuild"
 
 #


More information about the svn-src-projects mailing list