- Fix path to Java binary in rc script [1]
- Bump PORTREVISION [1] - Use space not tab after WWW: PR: ports/178493 [1] Submitted by: maintainer
This commit is contained in:
parent
b1c19fe489
commit
3dc46da747
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= cassandra
|
||||
PORTVERSION= 1.0.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= APACHE
|
||||
MASTER_SITE_SUBDIR= cassandra/${PORTVERSION}
|
||||
|
||||
@ -46,7 +46,7 @@ command_args="-p /var/run/cassandra.pid >/dev/null"
|
||||
stop_precmd="${name}_prestop"
|
||||
sig_stop="KILL"
|
||||
|
||||
procname="%%LOCALBASE%%/openjdk6/bin/java"
|
||||
procname="%%LOCALBASE%%/openjdk7/bin/java"
|
||||
pidfile=/var/run/cassandra.pid
|
||||
|
||||
export MAX_HEAP_SIZE="$cassandra_memory"
|
||||
|
||||
@ -10,4 +10,4 @@ by one of the authors of Amazon's Dynamo. In a lot of ways you can
|
||||
think of Cassandra as Dynamo 2.0. Cassandra is in production use at
|
||||
Facebook but is still under heavy development.
|
||||
|
||||
WWW: http://cassandra.apache.org/
|
||||
WWW: http://cassandra.apache.org/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user