From owner-freebsd-current@FreeBSD.ORG Wed Dec 17 10:52:41 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 8191E16A4CE for ; Wed, 17 Dec 2003 10:52:41 -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 7AC6543D62 for ; Wed, 17 Dec 2003 10:52:40 -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 hBHIqXkX057052; Wed, 17 Dec 2003 10:52:33 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <3FE0A5F1.6000006@acm.org> Date: Wed, 17 Dec 2003 10:52:33 -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: kientzle@acm.org References: <1071594625.737.35.camel@localhost> <1071604132.774.7.camel@localhost> <1071649239.763.4.camel@localhost> <3FE0A4AF.2050007@acm.org> In-Reply-To: <3FE0A4AF.2050007@acm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "Vladimir B. Grebenschikov" cc: =?UTF-8?B?RGFnLUVybGluZyBT?= =?UTF-8?B?bcO4cmdyYXY=?= 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 18:52:41 -0000 Tim Kientzle wrote: > Vladimir B. Grebenschikov wrote: >>> >>>> Do you know why pkg_add threat character \' as invalid ? >> >> >> Looking source shows that pkg_add construct one striing for system(3) >> and populate this string with filenames in ' > > This can be fixed in the current pkg_add, though it's not pretty. > Here's a quick sketch of code ... If I get a chance, I'll work up a patch for this tonight and get it committed soon.... Tim