01_fix_cassandra_home_path.patch 366 B

123456789101112
  1. --- bin/cassandra.in.sh.orig 2013-08-01 22:09:39.303556219 +0200
  2. +++ bin/cassandra.in.sh 2013-08-01 22:10:17.007406989 +0200
  3. @@ -15,7 +15,7 @@
  4. # limitations under the License.
  5. if [ "x$CASSANDRA_HOME" = "x" ]; then
  6. - CASSANDRA_HOME="`dirname "$0"`/.."
  7. + CASSANDRA_HOME="/usr/share/cassandra"
  8. fi
  9. # The directory where Cassandra's configs live (required)