Package: mpd Version: 0.13.2-1 Followup-For: Bug #478018 Hello,
based on /etc/init.d/gdm I think set +e could fix this bug. Greetings. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mpd depends on: ii adduser 3.110 add and remove users and groups ii libao2 0.8.8-4 Cross Platform Audio Output Librar ii libasound2 1.0.16-2 ALSA library ii libaudiofile0 0.2.6-7 Open-source version of SGI's audio ii libavahi-client3 0.6.23-2 Avahi client library ii libavahi-common3 0.6.23-2 Avahi common library ii libc6 2.7-13 GNU C Library: Shared libraries ii libfaad0 2.6.1-3 freeware Advanced Audio Decoder - ii libflac8 1.2.1-1.2 Free Lossless Audio Codec - runtim ii libid3tag0 0.15.1b-10 ID3 tag reading library from the M ii libjack0 0.109.2-3 JACK Audio Connection Kit (librari ii libmad0 0.15.1b-3 MPEG audio decoder library ii libmikmod2 3.1.11-a-6 A portable sound library ii libmpcdec3 1.2.2-1 Musepack (MPC) format library ii libogg0 1.1.3-4 Ogg Bitstream Library ii libpulse0 0.9.10-3 PulseAudio client libraries ii libsamplerate0 0.1.4-1 audio rate conversion library ii libshout3 2.2.2-5 MP3/Ogg Vorbis broadcast streaming ii libvorbis0a 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi ii libvorbisenc2 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi ii libvorbisfile3 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime mpd recommends no packages. Versions of packages mpd suggests: pn icecast2 <none> (no description available) ii mpc [mpd-client] 0.12.1-1 A command-line tool to interface M pn pulseaudio <none> (no description available) -- no debconf information
diff -ruN mpd-0.13.2.orig/debian/mpd.init.d mpd-0.13.2/debian/mpd.init.d --- mpd-0.13.2.orig/debian/mpd.init.d 2008-09-12 17:34:35.000000000 -0300 +++ mpd-0.13.2/debian/mpd.init.d 2008-09-12 17:35:58.000000000 -0300 @@ -78,8 +78,10 @@ fi log_daemon_msg "Stopping $DESC" "$NAME" + set +e start-stop-daemon --stop --quiet --retry 5 --pidfile "$PIDFILE" \ --exec $DAEMON + set -e log_end_msg $? }