svn commit: r260842 - stable/10/release/doc/en_US.ISO8859-1/errata

Glen Barber gjb at FreeBSD.org
Sat Jan 18 04:03:05 UTC 2014


Author: gjb
Date: Sat Jan 18 04:03:05 2014
New Revision: 260842
URL: http://svnweb.freebsd.org/changeset/base/260842

Log:
  Document a bsdconfig(8) compatibility nit with pkg(7) 1.2.x.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/doc/en_US.ISO8859-1/errata/article.xml

Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/errata/article.xml	Sat Jan 18 03:48:34 2014	(r260841)
+++ stable/10/release/doc/en_US.ISO8859-1/errata/article.xml	Sat Jan 18 04:03:05 2014	(r260842)
@@ -205,6 +205,18 @@ boot</screen>
 	  <literal>-tso</literal> flag.</para>
       </listitem>
 
+      <listitem>
+	<para>Due to a minor incompatibility with &man.pkg.7; version
+	  <literal>1.2.x</literal>, &man.bsdconfig.8; will duplicate
+	  the list of available packages for installation.  This is
+	  due to the <literal>PACKAGESITE</literal> environment
+	  variable being set for backwards compatibility with older
+	  versions of &man.pkg.7;.  This affects generation of the
+	  generation of the available package list only, and does not
+	  affect the behavior when processing packages for
+	  installation.</para>
+      </listitem>
+
     </itemizedlist>
   </sect1>
 


More information about the svn-src-all mailing list