From owner-p4-projects@FreeBSD.ORG Sun Apr 11 00:06:05 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 18EFB106566C; Sun, 11 Apr 2010 00:06:05 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1387106564A for ; Sun, 11 Apr 2010 00:06:04 +0000 (UTC) (envelope-from gcooper@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFB088FC08 for ; Sun, 11 Apr 2010 00:06:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3B0647Z031468 for ; Sun, 11 Apr 2010 00:06:04 GMT (envelope-from gcooper@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3B064Nb031466 for perforce@freebsd.org; Sun, 11 Apr 2010 00:06:04 GMT (envelope-from gcooper@FreeBSD.org) Date: Sun, 11 Apr 2010 00:06:04 GMT Message-Id: <201004110006.o3B064Nb031466@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gcooper@FreeBSD.org using -f From: Garrett Cooper To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 176770 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2010 00:06:05 -0000 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