** Changed in: rtpproxy (Debian)
Status: Unknown => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1459340
Title:
Init-script has wrong path to binary
To manage notifications abo
The original issue reported by Achim was fixed in 1.2.1-2.1 (see the
Debian ticket I just linked).
Tom, would you mind filing a separate ticket for the issue you
encountered?
** Bug watch added: Debian Bug tracker #774584
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774584
** Also affect
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: rtpproxy (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1459340
Title:
I
Not only is the path wrong, but the script contains
test -x $DAEMON || exit 0
which causes the init script to exit with success on error. This should
also be changed to
test -x $DAEMON || exit 1
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed