PERFORCE change 176770 for review

Garrett Cooper gcooper at FreeBSD.org
Sun Apr 11 00:06:05 UTC 2010


http://p4web.freebsd.org/@@176770?ac=10

Change 176770 by gcooper at gcooper-bayonetta on 2010/04/11 00:05:25

	Yank an out-of-place sentence.
	Insert a note commenting about operation precedence with mtree files and @owner/@group .

Affected files ...

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

Differences ...

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

@@ -1,10 +1,11 @@
 BASIC FLOW
-	- Packaging metadata is specified by a package list, as far as what
-	  the payload will be, and the properties of the payloads contents, as
-	  well as certain actions that will be acted upon at install time and
-	  removal time.
 	- All packages will install the appropriate files with the appropriate
-	  permissions and ownership.
+	  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.
+
+	  XXX (gcooper): seems like the mtree vs ownership items are backwards.
+
 	- If the package contains a pre-install script, it will be run prior to
 	  the install.
 	- If the package contains a post-install script, it will be run after


More information about the p4-projects mailing list