Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (1204a0f6dd9208220cb40d9e9d3441582466e0ad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (1204a0f6dd9208220cb40d9e9d3441582466e0ad)
  • Date: Wed, 25 Aug 2010 05:45:48 -0500

GIT changes to master binary grimoire by Ladislav Hagara <hgr AT vabo.cz>:

bin-http/ontopia/HISTORY | 3 +++
bin-http/ontopia/init.d/ontopia | 1 +
bin-http/ontopia/init.d/ontopia.conf | 3 +++
3 files changed, 7 insertions(+)

New commits:
commit 1204a0f6dd9208220cb40d9e9d3441582466e0ad
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

ontopia: added conf file to set JAVA_OPTS

diff --git a/bin-http/ontopia/HISTORY b/bin-http/ontopia/HISTORY
index 0ebd52f..b93056f 100644
--- a/bin-http/ontopia/HISTORY
+++ b/bin-http/ontopia/HISTORY
@@ -1,3 +1,6 @@
+2010-08-25 Ladislav Hagara <hgr AT vabo.cz>
+ * init.d/{ontopia,ontopia.conf}: added conf file
+
2010-08-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: PATCHLEVEL=1, ARCHIVE="off"
* INSTALL: removed problematic antlr-2.7.7.jar library
diff --git a/bin-http/ontopia/init.d/ontopia b/bin-http/ontopia/init.d/ontopia
index 140c065..673e691 100644
--- a/bin-http/ontopia/init.d/ontopia
+++ b/bin-http/ontopia/init.d/ontopia
@@ -6,6 +6,7 @@ PROGRAM=/bin/false
export JAVA_HOME=/usr/lib/j2sdk

. /etc/init.d/smgl_init
+. /etc/sysconfig/ontopia

start()
{
diff --git a/bin-http/ontopia/init.d/ontopia.conf
b/bin-http/ontopia/init.d/ontopia.conf
new file mode 100644
index 0000000..9dbd82e
--- /dev/null
+++ b/bin-http/ontopia/init.d/ontopia.conf
@@ -0,0 +1,3 @@
+# export JAVA_OPTS="-Xmx2G"
+
+export JAVA_OPTS=""



  • [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (1204a0f6dd9208220cb40d9e9d3441582466e0ad), Ladislav Hagara, 08/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page