From owner-cvs-all Wed Dec 6 0: 1:19 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 00:01:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id EF56237B402; Tue, 5 Dec 2000 23:59:46 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA83494; Tue, 5 Dec 2000 23:59:46 -0800 (PST) (envelope-from DougB@FreeBSD.org) Sender: doug@dt051n37.san.rr.com Message-ID: <3A2DF1F2.6245BABB@FreeBSD.org> Date: Tue, 05 Dec 2000 23:59:46 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Doug White Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/postfix-current/scripts configure References: <200012022028.eB2KSjg01028@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote: > > dwhite 2000/12/02 12:28:45 PST > > Modified files: > mail/postfix-current/scripts configure > Log: > Change configure script to use find & grep instead of grep -r. The -r > option is only available on 4.X. This allows postfix to compile properly > on FreeBSD 3.X (and possibly before.) grep -R does the same thing on 3.x, why not: .if ${OSVERSION} >= 400000 GREP_R= ${GREP} -r .else GREP_R= ${GREP} -R .endif Just a thought, Doug -- So what I want to know is, where does the RED brick road go? Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message