Index: head/net/openmq/files/patch-imqbrokerd =================================================================== --- head/net/openmq/files/patch-imqbrokerd (revision 453905) +++ head/net/openmq/files/patch-imqbrokerd (revision 453906) @@ -1,16 +1,16 @@ ---- src/solaris/bin/imqbrokerd.sh.orig 2009-09-11 20:39:07.000000000 +0200 -+++ src/solaris/bin/imqbrokerd.sh 2009-12-09 23:42:43.000000000 +0100 +--- src/solaris/bin/imqbrokerd.sh.orig 2011-05-11 17:31:10 UTC ++++ src/solaris/bin/imqbrokerd.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -T - ############################################################################# # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -@@ -53,6 +53,7 @@ + # +@@ -55,6 +55,7 @@ shutdown_broker() { # The broker's shutdown hooks will make sure it exits cleanly if [ -n "$_javapid" ]; then kill -TERM $_javapid + wait $_javapid fi }