You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ju...@apache.org on 2009/11/06 20:08:07 UTC

svn commit: r833526 - /incubator/cassandra/trunk/bin/stop-server

Author: junrao
Date: Fri Nov  6 19:08:07 2009
New Revision: 833526

URL: http://svn.apache.org/viewvc?rev=833526&view=rev
Log:
trivial change to make stop-server really work

Modified:
    incubator/cassandra/trunk/bin/stop-server

Modified: incubator/cassandra/trunk/bin/stop-server
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/bin/stop-server?rev=833526&r1=833525&r2=833526&view=diff
==============================================================================
--- incubator/cassandra/trunk/bin/stop-server (original)
+++ incubator/cassandra/trunk/bin/stop-server Fri Nov  6 19:08:07 2009
@@ -28,4 +28,4 @@
 # with cassandra in their name or arguments too:
 
 # user=`whoami`
-# pgrep -u $user -f cassandra | xargs kill
+# pgrep -u $user -f cassandra | xargs kill -9