From owner-freebsd-hackers Thu Jul 2 14:44:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14629 for freebsd-hackers-outgoing; Thu, 2 Jul 1998 14:44:33 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from post.mail.demon.net (post-11.mail.demon.net [194.217.242.40]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA14588 for ; Thu, 2 Jul 1998 14:44:21 -0700 (PDT) (envelope-from dmlb@ragnet.demon.co.uk) Received: from (ragnet.demon.co.uk) [158.152.46.40] by post.mail.demon.net with smtp (Exim 1.82 #2) id 0yrr9K-0000x4-00; Thu, 2 Jul 1998 21:44:14 +0000 Received: from dmlb by ragnet.demon.co.uk with local (Exim 1.82 #1) id 0yrr70-0003Eh-00; Thu, 2 Jul 1998 22:41:50 +0100 Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 02 Jul 1998 22:41:50 +0100 (BST) From: Duncan Barclay To: freebsd-hackers@FreeBSD.ORG Subject: Pkg_create and setting directory ownership. Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm trying to get pkg_create (on -2.2.6) to set the ownership of some directories for a package I'm building. The problem is that the @owner directive only affects the files listed in the plist. If you list a directory the whole tree below that point is added to the final package tar file. I reckon that either the @owner (and @group) directive is not clever enough or the tar building is wrong in pkg_create: at least one of these is exhibiting wrong behaviour? I could use a specific mtree file or do what I'm currently doing and adding a @exec chmod into the plist. Duncan --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@ragnet.demon.co.uk | the alcoholics, and the permanently stoned. ________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message