Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/modutils/insmod.c


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/modutils/insmod.c

    r2725 r3232  
    88 */
    99
    10 //applet:IF_INSMOD(APPLET(insmod, _BB_DIR_SBIN, _BB_SUID_DROP))
     10//applet:IF_INSMOD(APPLET(insmod, BB_DIR_SBIN, BB_SUID_DROP))
    1111
    1212#include "libbb.h"
     
    2424//usage:       "Load the specified kernel modules into the kernel"
    2525//usage:    IF_FEATURE_2_4_MODULES( "\n"
    26 //usage:     "\nOptions:"
    2726//usage:     "\n    -f  Force module to load into the wrong kernel version"
    2827//usage:     "\n    -k  Make module autoclean-able"
     
    6059        bb_show_usage();
    6160
    62     rc = bb_init_module(filename, parse_cmdline_module_options(argv));
     61    rc = bb_init_module(filename, parse_cmdline_module_options(argv, /*quote_spaces:*/ 0));
    6362    if (rc)
    6463        bb_error_msg("can't insert '%s': %s", filename, moderror(rc));
Note: See TracChangeset for help on using the changeset viewer.