From owner-freebsd-doc Tue Oct 15 9:27:24 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A015B37B401 for ; Tue, 15 Oct 2002 09:27:23 -0700 (PDT) Received: from rhadamanth.submonkey.net (pc1-cdif2-4-cust210.cdf.cable.ntl.com [80.4.10.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C3E343EB1 for ; Tue, 15 Oct 2002 09:27:22 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from setantae by rhadamanth.submonkey.net with local (Exim 4.10) id 181UXN-0000Jz-00; Tue, 15 Oct 2002 17:27:17 +0100 Date: Tue, 15 Oct 2002 17:27:17 +0100 From: Ceri Davies To: Eric Anderson Cc: e0025974@student.tuwien.ac.at, Michael Lucas , freebsd-doc@freebsd.org Subject: Re: PR search engine Message-ID: <20021015162717.GA1151@submonkey.net> Mail-Followup-To: Ceri Davies , Eric Anderson , e0025974@student.tuwien.ac.at, Michael Lucas , freebsd-doc@freebsd.org References: <20021015101156.B29445@blackhelicopters.org> <20021015145026.GA56648@huckfinn.arved.de> <3DAC2ABB.5070603@centtech.com> <3DAC2B7F.2080705@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DAC2B7F.2080705@centtech.com> X-message-flag: All your linuxconf-configured redhat are belong to us. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 15, 2002 at 09:51:43AM -0500, Eric Anderson wrote: > > Ok, so now I'm replying to myself.. Anyway, look at line 398 in the > query-pr-summary.cgi script: > > open(Q, "query-pr $report 2>/dev/null |") || die "Cannot query the > PR's\n"; > > Shouldn't that be: > > open(Q, "query-pr.cgi $report 2>/dev/null |") || die "Cannot query > the PR's\n"; No. That line is opening a pipe to the query-pr program for reading. This is not the code you're looking for. It can go about it's business. I'll have a look at this later on this evening. Ceri -- you can't see when light's so strong you can't see when light is gone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message