Public bug reported:

Binary package hint: opendchub

Inside the start/stop script of opendchub - /etc/init.d/opendchub - the
path to the binary file opendchub is set via

----
...
DAEMON=/usr/sbin/$NAME
...
----

but the correct path should be

----
...
DAEMON=/usr/bin/$NAME
...
----


the binary is inside /usr/bin/ not /usr/sbin/

** Affects: opendchub (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Wrong path to binary in initscript
https://launchpad.net/bugs/81245

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to