| … | |
… | |
| 26 | /sbin/hotplug will call udev as well. |
26 | /sbin/hotplug will call udev as well. |
| 27 | |
27 | |
| 28 | Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the |
28 | Fix a logic error in /lib/rcscripts/sh/rc-services.sh that cause the |
| 29 | get_dep_info() function to skip the last entry in the RC_DEPEND_TREE |
29 | get_dep_info() function to skip the last entry in the RC_DEPEND_TREE |
| 30 | array (in my case 'net') to be ignored. |
30 | array (in my case 'net') to be ignored. |
|
|
31 | |
|
|
32 | We did not handle the 'net' dependency properly in valid_iuse() and |
|
|
33 | valid_iafter(). Fix this in /lib/rcscripts/sh/rc-services.sh, closing |
|
|
34 | bugs #30327 and #31950. |
| 31 | |
35 | |
| 32 | 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
36 | 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 33 | |
37 | |
| 34 | More bootsplash fixes, bug #21019 (comment #21). |
38 | More bootsplash fixes, bug #21019 (comment #21). |
| 35 | |
39 | |