Comment 8 for bug 240356

Revision history for this message
TJ (tj) wrote :

A quick patch to get the Hardy package to uninstall is to edit /etc/init.d/mpd and in the mpd_stop() function edit the start-stop-daemon command-line, adding "--oknodo", so it looks like this:

    log_daemon_msg "Stopping $DESC" "$NAME"
    start-stop-daemon --stop --oknodo --quiet --retry 5 --pidfile "$PIDFILE" \
        --exec $DAEMON
    log_end_msg $?