You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/01/07 22:06:14 UTC

svn commit: r124577 - /gump/branches/Gump3/gump

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 $$