Skip to content

Commit 4948fcb

Browse files
author
Matthias Radestock
committed
emergency merge of bug20958 into default
We point to the macports files of the default branch from our web site and they got broken with the merge of bug20333. This hopefully fixes that, but further qa is required.
2 parents 932be4e + 11ab8c4 commit 4948fcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/macports/net/rabbitmq-server/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
PortSystem 1.0
55
name rabbitmq-server
6-
version 1.5.5
6+
version 1.5.3
77
revision 0
88
categories net
99
maintainers [email protected]

packaging/macports/net/rabbitmq-server/files/rabbitmq-script-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd /var/lib/rabbitmq
1414
SCRIPT=`basename $0`
1515

1616
if [ `id -u` = 0 ] ; then
17-
su rabbitmq -s /bin/sh -c "/usr/lib/rabbitmq/bin/${SCRIPT} ${CMDLINE}"
17+
sudo -u rabbitmq -H /usr/lib/rabbitmq/bin/${SCRIPT} ${CMDLINE}
1818
else
1919
/usr/lib/rabbitmq/bin/${SCRIPT}
2020
echo -e "\nOnly root should run ${SCRIPT}\n"

0 commit comments

Comments
 (0)