svn commit: r46220 - head/en_US.ISO8859-1/books/handbook/ports

Brad Davis brd at FreeBSD.org
Tue Jan 20 21:09:41 UTC 2015


Author: brd
Date: Tue Jan 20 21:09:39 2015
New Revision: 46220
URL: https://svnweb.freebsd.org/changeset/doc/46220

Log:
  Fix a few of the poudriere options [1] and link to the website now that has moved to github.
  
  Reported by:	Bitt Faulk <wfaulk at sbin.sh> [1]

Modified:
  head/en_US.ISO8859-1/books/handbook/ports/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Tue Jan 20 17:06:44 2015	(r46219)
+++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Tue Jan 20 21:09:39 2015	(r46220)
@@ -1745,12 +1745,12 @@ ports-mgmt/pkg
       <para>Options and dependencies for the specified ports are
 	configured:</para>
 
-      <screen>&prompt.root; <userinput>poudriere options -j <replaceable>10amd64</replaceable> -p <replaceable>local</replaceable> -z <replaceable>workstation</replaceable> -f <replaceable>workstation-pkglist</replaceable></userinput></screen>
+      <screen>&prompt.root; <userinput>poudriere options -j <replaceable>10amd64</replaceable> -p <replaceable>local</replaceable> -z <replaceable>workstation</replaceable> -f <replaceable>10amd64-local-workstation-pkglist</replaceable></userinput></screen>
 
       <para>Finally, packages are built and a package
 	repository is created:</para>
 
-      <screen>&prompt.root; <userinput>poudriere bulk -j <replaceable>10amd64</replaceable> -p <replaceable>local</replaceable> -z <replaceable>workstation</replaceable> -f <replaceable>workstation-pkglist</replaceable></userinput></screen>
+      <screen>&prompt.root; <userinput>poudriere bulk -j <replaceable>10amd64</replaceable> -p <replaceable>local</replaceable> -z <replaceable>workstation</replaceable> -f <replaceable>10amd64-local-workstation-pkglist</replaceable></userinput></screen>
 
       <para><keycombo
 	  action="simul"><keycap>Ctrl</keycap><keycap>t</keycap></keycombo>
@@ -1767,7 +1767,7 @@ ports-mgmt/pkg
       <para>For more information on using
 	<application>poudriere</application>, see &man.poudriere.8;
 	and the main web site, <link
-	  xlink:href="https://fossil.etoilebsd.net/poudriere/doc/trunk/doc/index.wiki"></link>.</para>
+	  xlink:href="https://github.com/freebsd/poudriere/wiki"></link>.</para>
     </sect2>
   </sect1>
 


More information about the svn-doc-head mailing list