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/08/26 17:40:48 UTC

[05/12] git commit: Export JVM_OPTS in debian init

Export JVM_OPTS in debian init

Patch by Matt Robenolt, reviewed by Michael Shuler for CASSANDRA-7802


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

Branch: refs/heads/cassandra-2.0
Commit: 6b7697589d719afa99f64e4a05c0ca555168ec3c
Parents: 61543b4
Author: Brandon Williams <br...@apache.org>
Authored: Tue Aug 26 10:33:45 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Tue Aug 26 10:33:45 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/6b769758/debian/init
----------------------------------------------------------------------
diff --git a/debian/init b/debian/init
index 85d363a..3658198 100644
--- a/debian/init
+++ b/debian/init
@@ -41,6 +41,8 @@ fi
 # Add JNA to EXTRA_CLASSPATH
 export EXTRA_CLASSPATH="/usr/share/java/jna.jar:$EXTRA_CLASSPATH"
 
+export JVM_OPTS
+
 # Export JAVA_HOME, if set.
 [ -n "$JAVA_HOME" ] && export JAVA_HOME