On Tue, Aug 24, 2010 at 6:01 AM, Carmelo AMOROSO <[email protected]> wrote: > If there are some spaces in the insmod command line, then > this will be splitted in single words as separate elements of > argv. It just needs to chain them together in the options string > passed to the sys_init_module syscall.
Well, apparently there was a reason why it was done like this. I guess old versions of module-init-tools did it too. I added a comment which says _what version_ of module-init-tools is observed to not quote params. Applied, thanks! -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
