freebsd-ports/net/hornetq/files/patch-stop
Vanilla I. Shu 7f86222ca9 Upgrade to 2.2.24GA.
PR:		ports/174523
Submitted by:	maintainer
2013-01-29 06:32:52 +00:00

10 lines
391 B
Text

--- src/bin/stop.sh.orig 2012-04-13 18:43:44.000000000 +0200
+++ src/bin/stop.sh 2012-05-15 18:46:47.292027604 +0200
@@ -1,5 +1,5 @@
#!/bin/sh
-export HORNETQ_HOME=..
+if [ -z $HORNETQ_HOME ]; then export HORNETQ_HOME=..;fi
if [ a"$1" = a ]; then CONFIG_DIR=$HORNETQ_HOME/config/stand-alone/non-clustered; else CONFIG_DIR="$1"; fi
touch $CONFIG_DIR/STOP_ME;
\ No newline at end of file