aboutsummaryrefslogtreecommitdiff
path: root/net/openmq/files/patch-imqbrokerd
diff options
context:
space:
mode:
Diffstat (limited to 'net/openmq/files/patch-imqbrokerd')
-rw-r--r--net/openmq/files/patch-imqbrokerd16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/openmq/files/patch-imqbrokerd b/net/openmq/files/patch-imqbrokerd
deleted file mode 100644
index 1e8020bc54fb..000000000000
--- a/net/openmq/files/patch-imqbrokerd
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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.
- #
-@@ -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
- }
-