svn commit: r243877 - projects/portbuild/conf

Mark Linimon linimon at FreeBSD.org
Wed Dec 5 06:00:55 UTC 2012


Author: linimon (doc,ports committer)
Date: Wed Dec  5 06:00:54 2012
New Revision: 243877
URL: http://svnweb.freebsd.org/changeset/base/243877

Log:
  Try to factor out userid as well.

Modified:
  projects/portbuild/conf/server.conf

Modified: projects/portbuild/conf/server.conf
==============================================================================
--- projects/portbuild/conf/server.conf	Wed Dec  5 04:51:59 2012	(r243876)
+++ projects/portbuild/conf/server.conf	Wed Dec  5 06:00:54 2012	(r243877)
@@ -52,9 +52,10 @@ WORLDDIR=${ZFS_MOUNTPOINT}/chroot/
 
 #
 # ownership definitions.  Note: ports builds are hardwired to ports-<arch>.
-#     Comment this out to make them also group ports-<arch>.
+#     Comment PORTBUILD_GROUP out to make them group ports-<arch> instead.
 #
 
+PORTBUILD_USER="portbuild"
 PORTBUILD_GROUP="portbuild"
 
 #


More information about the svn-src-projects mailing list