[Pkg-mpd-maintainers] Bug#716925: mpd: none

Petr Slansky slansky at usa.net
Sun Jul 14 21:13:20 UTC 2013


Package: mpd
Version: 0.16.7-2+b1
Severity: normal

Dear Maintainer,

I observed this bug at Rasbian (Rasberry PI) but I verified that the same
situation is at Debian 7.0, amd64.

When I run command "service mpd start-create-db", I receive message:
Usage: /etc/init.d/mpd {start|start-create-db|stop|restart|force-reload}

Command start-create-db is advertised but not handled by script
/etc/init.d/mpd

Fragment of the script that shows that start-create-db is advertised by not
handled; it was handled in the past:

case "$1" in
    start)
        mpd_start
        ;;
    stop)
        mpd_stop
        ;;
    status)
        status_of_proc -p $PIDFILE $DAEMON $NAME
        ;;
    restart|force-reload)
        mpd_stop
        mpd_start
        ;;
    force-start)
        mpd_start
        ;;
    force-restart)
        mpd_stop
        mpd_start
        ;;
    force-reload)
        mpd_stop
        mpd_start
        ;;
    *)
        echo "Usage: $0 {start|start-create-db|stop|restart|force-reload}"
        exit 2
        ;;
esac


-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



---------------------------------
  Petr Slansky, slansky at usa.net



More information about the Pkg-mpd-maintainers mailing list