Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PERFORCE change 176770 for review

0 views
Skip to first unread message

Garrett Cooper

unread,
Apr 10, 2010, 8:06:04 PM4/10/10
to Perforce Change Reviews
http://p4web.freebsd.org/@@176770?ac=10

Change 176770 by gcooper@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

0 new messages