Bug#624692: suggested patch

2011-04-30 Thread Ben Hutchings
On Sat, 2011-04-30 at 22:34 +0200, Alexander Wuerstlein wrote: > On 11-04-30 21:41, maximilian attems wrote: > > which module-init-tools do you use? > > 3.12-1 > > > and why not emmit the warning there properly. > > to have that fixed for dractu too. > > Yes, that would be possible, too, but: >

Bug#624692: suggested patch

2011-04-30 Thread Alexander Wuerstlein
On 11-04-30 21:41, maximilian attems wrote: > which module-init-tools do you use? 3.12-1 > and why not emmit the warning there properly. > to have that fixed for dractu too. Yes, that would be possible, too, but: modprobe emits an error that is suppressed by the --quiet parameter: | # modprobe

Bug#624692: suggested patch

2011-04-30 Thread maximilian attems
which module-init-tools do you use? and why not emmit the warning there properly. to have that fixed for dractu too. thanks -- maks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#624692: suggested patch

2011-04-30 Thread Alexander Wuerstlein
--- hook-functions.old 2011-04-30 19:20:23.0 +0200 +++ hook-functions 2011-04-30 20:04:11.0 +0200 @@ -42,10 +42,20 @@ # Add dependent modules + eventual firmware manual_add_modules() { - local kmod firmware + local kmods kmod firmware - for kmod in $(mo