Return-Path: Delivered-To: apmail-gump-commits-archive@www.apache.org Received: (qmail 22380 invoked from network); 7 Jan 2005 21:06:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jan 2005 21:06:19 -0000 Received: (qmail 62238 invoked by uid 500); 7 Jan 2005 21:06:19 -0000 Mailing-List: contact commits-help@gump.apache.org; run by ezmlm Precedence: bulk Reply-To: commits@gump.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@gump.apache.org Received: (qmail 62223 invoked by uid 99); 7 Jan 2005 21:06:19 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 07 Jan 2005 13:06:15 -0800 Received: (qmail 22350 invoked by uid 65534); 7 Jan 2005 21:06:14 -0000 Date: 7 Jan 2005 21:06:14 -0000 Message-ID: <20050107210614.22347.qmail@minotaur.apache.org> From: leosimons@apache.org To: commits@gump.apache.org Subject: svn commit: r124577 - /gump/branches/Gump3/gump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: leosimons Date: Fri Jan 7 13:06:14 2005 New Revision: 124577 URL: http://svn.apache.org/viewcvs?view=rev&rev=124577 Log: Disable pkill for now Modified: gump/branches/Gump3/gump Modified: gump/branches/Gump3/gump Url: http://svn.apache.org/viewcvs/gump/branches/Gump3/gump?view=diff&rev=124577&p1=gump/branches/Gump3/gump&r1=124576&p2=gump/branches/Gump3/gump&r2=124577 ============================================================================== --- gump/branches/Gump3/gump (original) +++ gump/branches/Gump3/gump Fri Jan 7 13:06:14 2005 @@ -420,7 +420,7 @@ { # PrintPath doesn't deal with absolute paths properly #check_command $GUMP_PYTHON "http://www.python.org/" - check_command "pkill" "http://sourceforge.net/projects/proctools" + #check_command "pkill" "http://sourceforge.net/projects/proctools" check_command "mysql" "http://www.mysql.com/" check_command "mysqladmin" "http://www.mysql.com/" check_command "ssh" "http://www.openssh.org/" @@ -749,4 +749,4 @@ delegate $@ # Attempt to clean up leftover commands -pkill -KILL -P $$ +#pkill -KILL -P $$