Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2010 00:53:53 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 176771 for review
Message-ID:  <201004110053.o3B0rri6045639@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@176771?ac=10

Change 176771 by gcooper@gcooper-bayonetta on 2010/04/11 00:53:15

	Fix backwards precedence noted so that it reflects reality.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/tools/regression/usr.sbin/pkg_install/add/functional_spec#3 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/tools/regression/usr.sbin/pkg_install/add/functional_spec#3 (text+ko) ====

@@ -1,8 +1,8 @@
 BASIC FLOW
 	- All packages will install the appropriate files with the appropriate
 	  permissions and ownership, as defined by the package list metadata
-	  and the mtree files. The mtree files take precedence over the
-	  ownership and mode specified in the package list.
+	  and the mtree files. The the mode and ownership data in the package
+	  list take precedence over the mtree files.
 
 	  XXX (gcooper): seems like the mtree vs ownership items are backwards.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004110053.o3B0rri6045639>