Received: from localhost (maia-5.hub.org [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id 0AFF69FB4D9; Wed, 16 May 2007 12:22:22 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 31811-03-2; Wed, 16 May 2007 12:22:09 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from community1.commandprompt.com (host-254.commandprompt.net [207.173.203.254]) by postgresql.org (Postfix) with ESMTP id A0CE39FB964; Wed, 16 May 2007 12:22:15 -0300 (ADT) Received: from [192.168.10.103] (cpe-075-177-135-163.nc.res.rr.com [75.177.135.163]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by community1.commandprompt.com (Postfix) with ESMTP id 405791A398D; Wed, 16 May 2007 08:22:13 -0700 (PDT) Message-ID: <464B21A3.9050509@dunslane.net> Date: Wed, 16 May 2007 11:22:11 -0400 From: Andrew Dunstan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.10) Gecko/20070301 Fedora/1.0.8-0.6.2.fc6 pango-text SeaMonkey/1.0.8 MIME-Version: 1.0 To: David Fetter CC: Gregory Stark , Heikki Linnakangas , "Jim C. Nasby" , Mark Kirkwood , Alvaro Herrera , Tom Lane , PostgreSQL Docs , PostgreSQL Patches Subject: Re: [PATCHES] OS/X startup scripts References: <4647D81C.7080802@paradise.net.nz> <20070514173556.GW14860@fetter.org> <20070514191615.GA31201@alvh.no-ip.org> <464912F0.6010005@paradise.net.nz> <20070515024451.GI4429@alvh.no-ip.org> <46492A91.20007@paradise.net.nz> <20070516002935.GH20707@nasby.net> <464ABCE7.7040200@enterprisedb.com> <20070516141549.GB6858@fetter.org> <874pmc3jml.fsf@oxford.xeocode.com> <20070516145936.GC6858@fetter.org> In-Reply-To: <20070516145936.GC6858@fetter.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200705/48 X-Sequence-Number: 4277 David Fetter wrote: >>> >>> cvs diff [list of files here] |grep -v '^?' > the_file.diff >>> >> Those lines go to stderr. >> > > Not when I do "cvs diff." Is there something I should (un)set in my > .cvsrc? > > No. (The lines that go to stderr are the directory names). But I don't see why there's a problem with using the command above. Or if you prefer, use something like this to postprocess the file: perl -ni -e 'print unless /^\?/;' diff-file Bottom line - TIMTOWTDI cheers andrew