You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/06/20 00:02:51 UTC

svn commit: r669720 - /ofbiz/branches/release4.0/rc.ofbiz

Author: jleroux
Date: Thu Jun 19 15:02:51 2008
New Revision: 669720

URL: http://svn.apache.org/viewvc?rev=669720&view=rev
Log:
trivial fixes

Modified:
    ofbiz/branches/release4.0/rc.ofbiz

Modified: ofbiz/branches/release4.0/rc.ofbiz
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/rc.ofbiz?rev=669720&r1=669719&r2=669720&view=diff
==============================================================================
--- ofbiz/branches/release4.0/rc.ofbiz (original)
+++ ofbiz/branches/release4.0/rc.ofbiz Thu Jun 19 15:02:51 2008
@@ -25,6 +25,7 @@
 # description: OFBiz server
 
 # Source function library
+# this does not exist in Debian/Ubuntu/etc. => use "echo failure" and "echo success" in place of echo_failure and echo_success (minor anyway)
 . /etc/rc.d/init.d/functions
 
 # Source networking configuration
@@ -33,7 +34,7 @@
 # Paths - Edit for your locations
 JAVA_BINARY=/usr/java/j2sdk1.4.2/bin/java
 OFBIZ_HOME=/home/ofbiz/ofbiz
-OFBIZ_LOG=$OFBIZ_HOME/logs/console.log
+OFBIZ_LOG=$OFBIZ_HOME/runtime/logs/console.log
 
 # VM Options
 JAVA_VMOPTIONS="-Xmx128M -Duser.language=en"