From owner-freebsd-current@FreeBSD.ORG Wed Dec 17 12:55:40 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD16216A4CE for ; Wed, 17 Dec 2003 12:55:40 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34B3443D33 for ; Wed, 17 Dec 2003 12:55:35 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id hBHKtUkX057659; Wed, 17 Dec 2003 12:55:30 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <3FE0C2C1.90306@acm.org> Date: Wed, 17 Dec 2003 12:55:29 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <1071594625.737.35.camel@localhost> <1071604132.774.7.camel@localhost> <1071649239.763.4.camel@localhost> <3FE0A4AF.2050007@acm.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: "Vladimir B. Grebenschikov" cc: "current@freebsd.org" Subject: Re: [Fwd: bogus plist in docbook-xsl] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 20:55:40 -0000 Dag-Erling Smørgrav wrote: > Tim Kientzle writes: > >>This can be fixed in the current pkg_add, though it's not pretty. > > > It can be fixed far more easily and robustly by using fork() / > execve() instead of system(). Good point. I should have thought of that. Tim