diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-09-15 08:13:21 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-09-15 08:13:21 +0000 |
| commit | 3cf100216bc1e9c7207a3c963d984665d7a5b9a1 (patch) | |
| tree | 9fa570c54e48e843a9ac6e30bbeda2fcebf6b1ec /java/common/bin | |
| parent | 683a5677a37def4ed3c564fbebfe8951bcf86142 (diff) | |
| download | qpid-python-3cf100216bc1e9c7207a3c963d984665d7a5b9a1.tar.gz | |
Reveted changes to QPID-2099, QPID-2100. The value of PNAME must not be changed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@815206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/bin')
| -rwxr-xr-x | java/common/bin/qpid-run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/common/bin/qpid-run b/java/common/bin/qpid-run index e171f91297..0b5070d937 100755 --- a/java/common/bin/qpid-run +++ b/java/common/bin/qpid-run @@ -59,7 +59,7 @@ fi #Set to help us get round the manifold problems of ps/pgrep on various #platforms which gather up to prevent qpid_stop from working ..... if [ -z "$QPID_PNAME" ]; then - export QPID_PNAME="QPBRKR" + export QPID_PNAME=" -DPNAME=QPBRKR" fi if [ -z "$QPID_HOME" ]; then @@ -259,6 +259,6 @@ if $cygwin; then JAVA=$(cygpath -u $JAVA) fi -COMMAND=($JAVA $JAVA_VM -DPNAME=\"$QPID_PNAME\" $JAVA_GC $JAVA_MEM $SYSTEM_PROPS $JAVA_OPTS $QPID_OPTS "${JAVA_ARGS[@]}") +COMMAND=($JAVA $JAVA_VM $QPID_PNAME $JAVA_GC $JAVA_MEM $SYSTEM_PROPS $JAVA_OPTS $QPID_OPTS "${JAVA_ARGS[@]}") DISPATCH |
