svn commit: r40450 - head/en_US.ISO8859-1/articles/portbuild

Mark Linimon linimon at FreeBSD.org
Fri Dec 21 02:41:41 UTC 2012


Author: linimon
Date: Fri Dec 21 02:41:40 2012
New Revision: 40450
URL: http://svnweb.freebsd.org/changeset/doc/40450

Log:
  Add two magical sysctls needed for zfs delegation.  While here, fix the
  repository checkout instructions.

Modified:
  head/en_US.ISO8859-1/articles/portbuild/article.xml

Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri Dec 21 00:35:36 2012	(r40449)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri Dec 21 02:41:40 2012	(r40450)
@@ -2652,7 +2652,9 @@ zfs_enable="YES"
 	<step>
 	  <para>Add the following to <filename>/etc/sysctl.conf</filename>:<screen>
 kern.maxfiles=40000
-kern.maxfilesperproc=38000</screen>
+kern.maxfilesperproc=38000
+sysctl vfs.usermount=1
+sysctl vfs.zfs.super_owner=1</screen>
 	  </para>
 	</step>
 
@@ -2828,7 +2830,7 @@ sysutils/zfs-stats</screen>
 
 	<step>
 	  <para>set up the repository:<screen>
-&prompt.user; svn checkout svn://${VCS_REPOSITORY}/base/projects/portbuild ${ZFS_MOUNTPOINT}/portbuild
+&prompt.user; svn checkout ${VCS_REPOSITORY}/base/projects/portbuild ${ZFS_MOUNTPOINT}/portbuild
 </screen>
 	  </para>
 	</step>


More information about the svn-doc-all mailing list