[Bug 5162] modprobe-small: rmmod is removing dependencies

bugzilla at busybox.net bugzilla at busybox.net
Tue Sep 25 18:39:13 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=5162

Denys Vlasenko <vda.linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> 2012-09-25 18:39:12 UTC ---
No need to have OPT_m bit, we can check applet's name 1st char

+               if (applet_name[0] == 'r') {
+                       /* rmmod: do not remove dependencies, exit */
+                       goto ret;
+               }

Fixed in git:

commit 06a98e32ae930a4e332281b42b6bb769dcadc04e
Author: Denys Vlasenko <vda.linux at googlemail.com>
Date:   Tue Sep 25 20:37:38 2012 +0200

    modprobe_small: make rmmod to NOT remove dependencies

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list