Author: eevans
Date: Mon May  3 19:20:06 2010
New Revision: 940575

URL: http://svn.apache.org/viewvc?rev=940575&view=rev
Log:
actually pass in extra arguments at startup

Patch by eevans

Modified:
    cassandra/branches/cassandra-0.6/debian/init

Modified: cassandra/branches/cassandra-0.6/debian/init
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/debian/init?rev=940575&r1=940574&r2=940575&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/debian/init (original)
+++ cassandra/branches/cassandra-0.6/debian/init Mon May  3 19:20:06 2010
@@ -87,6 +87,7 @@ do_start()
         -Dcom.sun.management.jmxremote.port=8080 \
         -Dcom.sun.management.jmxremote.ssl=false \
         -Dcom.sun.management.jmxremote.authenticate=false \
+        $JVM_EXTRA_OPTS \
         org.apache.cassandra.thrift.CassandraDaemon
 
     if ! is_running; then return 2; fi


Reply via email to