| … | |
… | |
| 19 | 2) gendepend.awk used to generate deptree with functions called |
19 | 2) gendepend.awk used to generate deptree with functions called |
| 20 | depinfo_<scriptname> which set appropriate variables when called. |
20 | depinfo_<scriptname> which set appropriate variables when called. |
| 21 | This broke if the scriptname contained characters that is not valid |
21 | This broke if the scriptname contained characters that is not valid |
| 22 | for bash variable names. Changed things to use an array fixing this. |
22 | for bash variable names. Changed things to use an array fixing this. |
| 23 | This closes bug #24092. |
23 | This closes bug #24092. |
|
|
24 | |
|
|
25 | Change /sbin/rc again to not set the hotplug agent to /sbin/udev, as |
|
|
26 | /sbin/hotplug will call udev as well. |
| 24 | |
27 | |
| 25 | 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
28 | 19 Oct 2003; Martin Schlemmer <azarah@gentoo.org>: |
| 26 | |
29 | |
| 27 | More bootsplash fixes, bug #21019 (comment #21). |
30 | More bootsplash fixes, bug #21019 (comment #21). |
| 28 | |
31 | |