[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#66879: modconf displays incorrect description for sb.o module



Package: modconf
Version: 0.2.26.14
         (current version in Potato)

The eval_* files in /usr/share/modconf for use with the modconf utility contain
duplicate entries for the sb.o (soundblaster) module (summary_sb=".."). Only
the first of those entries (100% Sound Blaster compatibles...) is accurate,
however only the final entry is printed on the screen by modconf (ie. an
incorrect one).

Example from /usr/share/modconf/eval_C:
:
summary_sb="100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support
summary_sb="MediaTriX AudioTriX Pro support"
summary_sb="ProAudioSpectrum 16 support"
summary_sb="Support for OPTi MAD16 and/or Mozart based cards"
summary_sb="VIA 82Cxxx audio support"
:

At the least, the correct descriptions should be moved to the end of each list
so that it is displayed by modconf:
:
summary_sb="MediaTriX AudioTriX Pro support"
summary_sb="ProAudioSpectrum 16 support"
summary_sb="Support for OPTi MAD16 and/or Mozart based cards"
summary_sb="VIA 82Cxxx audio support"
summary_sb="100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support
:

There may be more occurrences of this problem in the eval_* files.

Matthew



Reply to: