From owner-cvs-all Mon Jun 21 23:47:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A46D14E37; Mon, 21 Jun 1999 23:47:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA75852; Mon, 21 Jun 1999 23:47:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199906220647.XAA75852@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 21 Jun 1999 23:47:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts ptimeout Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/06/21 23:47:23 PDT Added files: Tools/portbuild/scripts ptimeout Log: A perl script to run a command with a timeout. The command is killed if it doesn't complete within the specified timeout period. I tried to do this from within the pdispatch script, but I couldn't get all the auxiliary processes to be killed correctly so implemented this as a separate script in perl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message