Author: doogie
Date: Fri Oct 8 22:01:09 2010
New Revision: 1006043
URL:
http://svn.apache.org/viewvc?rev=1006043&view=revLog:
Add some changelog entry points describing various debian build-system
tweaks that have occurred previously.
Modified:
ofbiz/trunk/debian/changelog
Modified: ofbiz/trunk/debian/changelog
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/debian/changelog?rev=1006043&r1=1006042&r2=1006043&view=diff==============================================================================
--- ofbiz/trunk/debian/changelog (original)
+++ ofbiz/trunk/debian/changelog Fri Oct 8 22:01:09 2010
@@ -8,11 +8,17 @@ ofbiz (UNRELEASED) unstable; urgency=low
* Fix bashism in /etc/init.d/ofbiz.
* Create runtime/uploads correctly.
* Bump Standards-Version to 3.8.3.
+ * Fix init script stop, to wait for jsvc to actually finish running. This
+ fixes a race condition that can occur under load, where ofbiz is not
+ listening on the status port, but jsvc is actually still running. This
+ would cause the pid file to exist, but then get removed by jsvc before the
+ init script could remove it itself.
* Remove use of openjdk, it has issues compiling some things(generics
markup), and doesn't handle all https urls.
* Don't install build/lib/*-test.jar into the packages.
* Set the source format to 3.0 (quilt), to make it easier to have local
changes that might have binary files.
+ * Set the umask correctly(defaults to 002, can be overridden in defaults).
-- Adam Heath <
[hidden email]> UNRELEASED