From owner-cvs-usrsbin Wed May 10 17:04:47 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA10029 for cvs-usrsbin-outgoing; Wed, 10 May 1995 17:04:47 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA10019 ; Wed, 10 May 1995 17:04:37 -0700 Received: from freefall.cdrom.com (freefall.cdrom.com [192.216.222.4]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id RAA07288; Wed, 10 May 1995 17:04:24 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id RAA10014 ; Wed, 10 May 1995 17:04:34 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) cc: jkh@time.cdrom.com, CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: Re: cvs commit: src/usr.sbin/pkg_install/create perform.c In-reply-to: Your message of "Wed, 10 May 95 16:32:08 PDT." <199505102332.QAA02307@forgery.CS.Berkeley.EDU> Date: Wed, 10 May 1995 17:04:34 -0700 Message-ID: <10013.800150674@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk > Jordan, I was scanning the tar man page today, and found this: > > --files-from file Get names of files to extract or create from > file, one per line. > > Maybe we can get rid of the limits altogether by copying PLIST > (without all the lines that start with an '@', of course) into a file? I'd have to keep multiple files to deal with the imbeded -C transitions, but it's doable. I'll consider it if the current scheme collapses.. :-) Jordan