Marc, the new debdiff looks mostly right. I'm a little concerned about
this:


invoke-rc.d rabbitmq-server restart || true

I'd prefer to see

if !invoke-rc.d rabbitmq-server restart ; then
  RESTART_RESULT=$?
  if [ "$RESTART_RESULT"!= "100" ] ; then
    exit $RESTART_RESULT
  fi
fi

Because many of the other responses that invoke-rc.d might give are
quite valid errors that the user may want to know about, such as failing
to start rabbitmq again.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in Ubuntu.
https://bugs.launchpad.net/bugs/948993

Title:
  rabbitmq-2.7.1-0ubuntu1 lacks compatibility with plugin packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to