This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libapache-mod-jk.
commit 84162c44c56f3d146ec5fdd2b57d85b1e82f94cb Author: Michael Koch <[email protected]> Date: Thu Dec 27 15:58:56 2007 +0000 libapache-mod-jk (1:1.2.25-2) unstable; urgency=low * debian/workers.properties: Renamed worker.loadbalancer.balanced_workers to worker.loadbalancer.balance_workers. Closes: #448062. -- Michael Koch <[email protected]> Thu, 25 Oct 2007 21:18:33 +0200 --- debian/changelog | 7 +++++++ debian/workers.properties | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index df23b68..bc6ffb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libapache-mod-jk (1:1.2.25-2) unstable; urgency=low + + * debian/workers.properties: Renamed worker.loadbalancer.balanced_workers to + worker.loadbalancer.balance_workers. Closes: #448062. + + -- Michael Koch <[email protected]> Thu, 25 Oct 2007 21:18:33 +0200 + libapache-mod-jk (1:1.2.25-1) unstable; urgency=low * New upstream release. diff --git a/debian/workers.properties b/debian/workers.properties index f2d29fb..74959e3 100644 --- a/debian/workers.properties +++ b/debian/workers.properties @@ -97,6 +97,4 @@ worker.ajp13_worker.lbfactor=1 # once in a while. Until then all work is redirected to peer # workers. worker.loadbalancer.type=lb -worker.loadbalancer.balanced_workers=ajp13_worker - - +worker.loadbalancer.balance_workers=ajp13_worker -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libapache-mod-jk.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

