On Sun, Feb 05, 2012 at 01:24:38PM +0100, Tobias Diedrich wrote: > Package: pulseaudio > Version: 1.1-2 > Followup-For: Bug #644809 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Dear Maintainer, > > FWIW I also found this confusing on package upgrade: > Processing triggers for man-db ... > Setting up pulseaudio (1.1-2) ... > PulseAudio configured for per-user sessions ... (warning). > > Especially since dpkg-reconfigure then offers no options, but also prints the > warning (because it reloads the init script): > sudo dpkg-reconfigure pulseaudio > PulseAudio configured for per-user sessions ... (warning). > PulseAudio configured for per-user sessions ... (warning). > > Cheers, > Tobias >
How about the following: --- /root/pulseaudio-prev 2012-05-19 13:05:24.000000000 -0700 +++ /etc/init.d/pulseaudio 2012-06-04 16:06:01.813487453 -0700 @@ -26,7 +26,7 @@ DISALLOW_MODULE_LOADING=1 test -f /etc/default/pulseaudio && . /etc/default/pulseaudio if [ "$PULSEAUDIO_SYSTEM_START" != "1" ]; then - log_warning_msg "PulseAudio configured for per-user sessions" + log_action_msg "Configuring PulseAudio for per-user sessions (not starting system daemon)" exit 0 fi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org