Comment 2 for bug 56235

Revision history for this message
Tony Green (ubuntu-beermad-deactivatedaccount) wrote :

I suspect the latter. This was my first Ubuntu installation on a freshly-formatted partition, so it won't have been due to something left behind from the old Mandriva installation.

I've also now noticed that the script doesn't shut it down either, for the same reason:
"if ${DAEMON} quiet-stop; then"
needs to read
"if ${DAEMON} stop; then"

Tony