svn commit: r40045 - projects/pkgng/en_US.ISO8859-1/books/handbook/ports

Glen Barber gjb at FreeBSD.org
Fri Nov 16 18:15:34 UTC 2012


Author: gjb
Date: Fri Nov 16 18:15:34 2012
New Revision: 40045
URL: http://svnweb.freebsd.org/changeset/doc/40045

Log:
  Rework the PACKAGESITE section.
  
  Rewording by:	wblock

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

Modified: projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml
==============================================================================
--- projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Fri Nov 16 18:15:31 2012	(r40044)
+++ projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Fri Nov 16 18:15:34 2012	(r40045)
@@ -733,17 +733,10 @@ docbook                     =
 
       <para>The <application>pkgng</application> package management
 	system uses a package repository for most operations.  The
-	default package repository location is the
-	<envar>PACKAGESITE</envar> defined in
-	<filename>/usr/local/etc/pkg.conf</filename> unless
-	<envar>PACKAGESITE</envar> is defined in the local
-	environment.</para>
-
-      <note>
-	<para>If <envar>PACKAGESITE</envar> is defined in the
-	  environment, the pkg.conf(5)
-	  <envar>PACKAGESITE</envar> will be ignored.</para>
-      </note>
+	default package repository location is defined in
+	<filename>/usr/local/etc/pkg.conf</filename> or the
+	<envar>PACKAGESITE</envar> environment variable, which
+	overrides the configuration file.</para>
 
       <para>Additional <application>pkgng</application>
 	configuration options are described in


More information about the svn-doc-projects mailing list