From owner-cvs-all Tue Sep 26 16:51: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 385E137B42C; Tue, 26 Sep 2000 16:51:05 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA40584; Tue, 26 Sep 2000 16:51:05 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009262351.QAA40584@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 26 Sep 2000 16:51:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts processlogs2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/26 16:51:05 PDT Modified files: Tools/portbuild/scripts processlogs2 Log: Change "grep *.log" to "find . -name '*.log' | xargs grep", the number of logs were overflowing the argv array. Revision Changes Path 1.2 +1 -1 ports/Tools/portbuild/scripts/processlogs2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message