From owner-cvs-src@FreeBSD.ORG Thu Nov 4 01:29:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBC5A16A4CF; Thu, 4 Nov 2004 01:29:21 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D31843D49; Thu, 4 Nov 2004 01:29:21 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iA41TKmJ018948; Wed, 3 Nov 2004 17:29:20 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iA41TKlS018947; Wed, 3 Nov 2004 17:29:20 -0800 (PST) (envelope-from obrien) Date: Wed, 3 Nov 2004 17:29:19 -0800 From: "David O'Brien" To: Giorgos Keramidas Message-ID: <20041104012919.GA18156@dragon.nuxi.com> References: <200411011632.iA1GWA8q030777@repoman.freebsd.org> <20041101170748.GA81210@wombat.fafoe.narf.at> <20041103124033.GA34455@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041103124033.GA34455@orion.daedalusnetworks.priv> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: Stefan Farfeleder cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/sysinstall config.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 01:29:22 -0000 On Wed, Nov 03, 2004 at 02:40:33PM +0200, Giorgos Keramidas wrote: > I've discovered after submitting the change David committed that \' is > not enough to quote single quotes in strings quoted with single quotes > too. The correct quoting would be something like: > > vsystem("echo '# Note that BSD'\''s export syntax is \"host-centric\" vs. Sun'\''s \"FS-centric\" one.' >> /etc/exports"); This isn't a fix either -- what is '\'' supose to do? -- -- David (obrien@FreeBSD.org)