Comment 5 for bug 399482

Revision history for this message
Manuel Muradás (dieresys) wrote : Re: bluez: upgrade from 4.45-0ubuntu1 to 4.45-0ubuntu2 fails

You can 'manually' apply the patch by editing '/etc/init.d/bluetooth':
- Find the 'pkill -TERM bluetoothd' line
- Replace it with 'pkill -TERM bluetoothd || true'

I don't know if there is a better way to solve this problem.