You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2013/09/30 18:27:23 UTC

git commit: fix broken process search pattern

Updated Branches:
  refs/heads/cassandra-2.0 eb2a813cd -> ea05f5baf


fix broken process search pattern

Patch by Laurent Raufaste; reviewed by eevans for CASSANDRA-6090


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ea05f5ba
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ea05f5ba
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ea05f5ba

Branch: refs/heads/cassandra-2.0
Commit: ea05f5baf21519b03e8ddd4dbdbb8a0ef852f45a
Parents: eb2a813
Author: Eric Evans <ee...@apache.org>
Authored: Mon Sep 30 11:20:05 2013 -0500
Committer: Eric Evans <ee...@apache.org>
Committed: Mon Sep 30 11:20:05 2013 -0500

----------------------------------------------------------------------
 debian/init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ea05f5ba/debian/init
----------------------------------------------------------------------
diff --git a/debian/init b/debian/init
index a9496ef..ce929a1 100644
--- a/debian/init
+++ b/debian/init
@@ -105,7 +105,7 @@ classpath()
 # process is not running but the pidfile exists (to match the exit codes for
 # the "status" command; see LSB core spec 3.1, section 20.2)
 #
-CMD_PATT="-user.cassandra.+CassandraDaemon"
+CMD_PATT="cassandra.+CassandraDaemon"
 is_running()
 {
     if [ -f $PIDFILE ]; then