Description of problem: The rc.sysinit and network-functions both parse output of modprobe to see if the user has defined aliases for usb controllers, network interfaces etc. The problem is that they expect that there will be exactly one space between the words alias and (for example) usb-controller, which fails in case the user uses tabs or multiple spaces in his configuration files.
Created attachment 98625 [details] Proposed patch to rc.sysinit
Created attachment 98626 [details] Proposed patch to network-functions
Added in 7.51-1 - thanks!