File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packaging/macports/net/rabbitmq-server Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44PortSystem 1.0
55name rabbitmq-server
6- version 1.5.5
6+ version 1.5.3
77revision 0
88categories net
99@@ -52,7 +52,7 @@ destroot.keepdirs \
5252
5353pre-destroot {
5454 addgroup ${servergroup}
55- adduser ${serveruser} gid=[existsgroup ${servergroup} ] realname=RabbitMQ\ Server home=${serverhome}
55+ adduser ${serveruser} gid=[existsgroup ${servergroup} ] realname=RabbitMQ\ Server home=${serverhome} shell=/bin/bash
5656}
5757
5858post-destroot {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cd /var/lib/rabbitmq
1414SCRIPT=` basename $0 `
1515
1616if [ ` id -u` = 0 ] ; then
17- su rabbitmq -s /bin/sh - c " /usr/lib/rabbitmq/bin/${SCRIPT} ${CMDLINE} "
17+ su rabbitmq -c " /usr/lib/rabbitmq/bin/${SCRIPT} ${CMDLINE} "
1818else
1919 /usr/lib/rabbitmq/bin/${SCRIPT}
2020 echo -e " \nOnly root should run ${SCRIPT} \n"
You can’t perform that action at this time.
0 commit comments