You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/09/12 20:15:11 UTC

[1/3] git commit: Allow pid file to be read by mere mortals.

Repository: cassandra
Updated Branches:
  refs/heads/trunk ec1f8f9e2 -> 7b495e250


Allow pid file to be read by mere mortals.

Patch by Michael Shuler, reviewed by brandonwilliams for CASSANDRA-7851


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

Branch: refs/heads/trunk
Commit: 6c6c723b9cb6f15fd322f0c2974619dacb52d1be
Parents: 72b25c7
Author: Brandon Williams <br...@apache.org>
Authored: Fri Sep 12 13:14:04 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Sep 12 13:14:04 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/6c6c723b/debian/init
----------------------------------------------------------------------
diff --git a/debian/init b/debian/init
index 3658198..145fb15 100644
--- a/debian/init
+++ b/debian/init
@@ -89,7 +89,7 @@ do_start()
     error_log_f="$cassandra_home/hs_err_`date +%s`.log"
 
     [ -e `dirname "$PIDFILE"` ] || \
-        install -d -ocassandra -gcassandra -m750 `dirname $PIDFILE`
+        install -d -ocassandra -gcassandra -m755 `dirname $PIDFILE`
 
 
 


[2/3] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

Posted by br...@apache.org.
Merge branch 'cassandra-2.0' into cassandra-2.1


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

Branch: refs/heads/trunk
Commit: 23b957c5aa6ee45be86bf0f9d8737fc7c7c269cc
Parents: 73b2dcc 6c6c723
Author: Brandon Williams <br...@apache.org>
Authored: Fri Sep 12 13:14:57 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Sep 12 13:14:57 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/23b957c5/debian/init
----------------------------------------------------------------------


[3/3] git commit: Merge branch 'cassandra-2.1' into trunk

Posted by br...@apache.org.
Merge branch 'cassandra-2.1' into trunk


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

Branch: refs/heads/trunk
Commit: 7b495e25017b73096f784a31fe224cebe439e24e
Parents: ec1f8f9 23b957c
Author: Brandon Williams <br...@apache.org>
Authored: Fri Sep 12 13:15:06 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Sep 12 13:15:06 2014 -0500

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