On Monday 07 September 2009 16:22:45 David Baron wrote:
> Package: timidity-daemon
> Version: 2.13.2-33
> Severity: normal
>
> --- Please enter the report below this line. ---
> /etc/default/timidity contains:
> # Enable MIDI sequencer (ALSA), default is disabled
> #TIM_ALSASEQ=true
>
> However, the startup /etc/init.d/timidity contains:
> TIM_ALSASEQ=true
> TIM_ALSASEQPARAMS="-B2,8"
> [ -r /etc/default/timidity ] && . /etc/default/timidity
> if [ "${TIM_ALSASEQ}" != "true" ]; then
> . . .
> SO it defaults it to enabled! The commented line leaves it that way.
>
> Fix is simple enough:
> Either set it to false in the /etc/default/timidity
> or do not set it true in /etc/init.d/timidityOr just use the newer packaged version of /etc/default/timidity. Joost -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

