You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2009/09/04 23:01:09 UTC

svn commit: r811548 - /ofbiz/trunk/debian/ofbiz-framework.ofbiz.init

Author: doogie
Date: Fri Sep  4 21:01:09 2009
New Revision: 811548

URL: http://svn.apache.org/viewvc?rev=811548&view=rev
Log:
When stopping, don't print anything from the ofbiz.jar.

Modified:
    ofbiz/trunk/debian/ofbiz-framework.ofbiz.init

Modified: ofbiz/trunk/debian/ofbiz-framework.ofbiz.init
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz-framework.ofbiz.init?rev=811548&r1=811547&r2=811548&view=diff
==============================================================================
--- ofbiz/trunk/debian/ofbiz-framework.ofbiz.init (original)
+++ ofbiz/trunk/debian/ofbiz-framework.ofbiz.init Fri Sep  4 21:01:09 2009
@@ -204,7 +204,7 @@
 }
 
 ofbiz_shutdown() {
-	run_ofbiz_cmd -shutdown
+	run_ofbiz_cmd -shutdown >/dev/null
 }
 
 wait_for_stop() {