Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/modutils/rmmod.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/rmmod.c

    r2725 r3232  
    99 */
    1010
    11 //applet:IF_RMMOD(APPLET(rmmod, _BB_DIR_SBIN, _BB_SUID_DROP))
     11//applet:IF_RMMOD(APPLET(rmmod, BB_DIR_SBIN, BB_SUID_DROP))
    1212
    1313//usage:#if !ENABLE_MODPROBE_SMALL
     
    1616//usage:#define rmmod_full_usage "\n\n"
    1717//usage:       "Unload kernel modules\n"
    18 //usage:     "\nOptions:"
    1918//usage:     "\n    -w  Wait until the module is no longer used"
    2019//usage:     "\n    -f  Force unload"
     
    6261        if (bb_delete_module(modname, flags))
    6362            bb_error_msg_and_die("can't unload '%s': %s",
    64                          modname, moderror(errno));
     63                    modname, moderror(errno));
    6564    }
    6665
Note: See TracChangeset for help on using the changeset viewer.