From owner-freebsd-doc Tue Oct 15 9:30: 7 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 CE8B137B401 for ; Tue, 15 Oct 2002 09:30:05 -0700 (PDT) Received: from proxy.centtech.com (moat.centtech.com [207.200.51.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F1F643E9C for ; Tue, 15 Oct 2002 09:30:03 -0700 (PDT) (envelope-from anderson@centtech.com) Received: from sprint.centtech.com (sprint.centtech.com [10.177.173.31]) by proxy.centtech.com (8.11.6+Sun/8.11.6) with ESMTP id g9FGTls23110; Tue, 15 Oct 2002 11:29:47 -0500 (CDT) Received: (from root@localhost) by sprint.centtech.com (8.11.6+Sun/8.11.6) id g9FGTlR08520; Tue, 15 Oct 2002 11:29:47 -0500 (CDT) Received: from centtech.com (electron [204.177.173.173]) by sprint.centtech.com (8.11.6+Sun/8.11.6) with ESMTP id g9FGThx08500; Tue, 15 Oct 2002 11:29:43 -0500 (CDT) Message-ID: <3DAC427A.4040303@centtech.com> Date: Tue, 15 Oct 2002 11:29:46 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ceri Davies Cc: e0025974@student.tuwien.ac.at, Michael Lucas , freebsd-doc@freebsd.org Subject: Re: PR search engine References: <20021015101156.B29445@blackhelicopters.org> <20021015145026.GA56648@huckfinn.arved.de> <3DAC2ABB.5070603@centtech.com> <3DAC2B7F.2080705@centtech.com> <20021015162717.GA1151@submonkey.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 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 Ceri Davies wrote: > 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. My point is there isn't a query-pr program, only a query-pr.cgi. Eric -- ------------------------------------------------------------------ Eric Anderson Systems Administrator Centaur Technology Skydiving - safer than the stock market. ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message