| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | 07 May 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
6 | |
|
|
7 | Fix bug 20597: Skip RCS files when updating modules |
|
|
8 | |
|
|
9 | Fix bug 49926: Add a --assume-kernel flag to modules-update. This |
|
|
10 | requires a companion patch in module-init-tools-3.0-r2 to handle |
|
|
11 | the same flag in generate-modprobe.conf; this dependency won't be |
|
|
12 | handled in the baselayout ebuild since it only affects livecd |
|
|
13 | building. |
| 4 | |
14 | |
| 5 | 06 May 2004; Aron Griffis <agriffis@gentoo.org>: |
15 | 06 May 2004; Aron Griffis <agriffis@gentoo.org>: |
| 6 | |
16 | |
| 7 | In net.eth0, fix many instances of loops like "for ((i = 0; i < |
17 | In net.eth0, fix many instances of loops like "for ((i = 0; i < |
| 8 | 100; i = i + 1))". The problem here is that the middle comparison |
18 | 100; i = i + 1))". The problem here is that the middle comparison |