| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL |
2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | 13 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
|
|
6 | |
|
|
7 | Install net.modules.d to /lib/rcscripts instead of /etc so we |
|
|
8 | don't have to deal with CONFIG_PROTECT |
|
|
9 | |
|
|
10 | Fix diff code in modules_load so it can identify which functions |
|
|
11 | have been modified |
|
|
12 | |
|
|
13 | Fix fallback mechanism in iface_start so that it works correctly |
|
|
14 | and doesn't report a bogus error message when trying the fallback |
|
|
15 | |
|
|
16 | Get rid of need_begin trickery in iface_stop |
|
|
17 | |
|
|
18 | Simplify eend processing in dhcp modules |
|
|
19 | |
|
|
20 | Implement eindent, eoutdent, esetdent in functions.sh and adjust |
|
|
21 | net-scripts to use them. |
|
|
22 | |
|
|
23 | Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use |
|
|
24 | RC_INDENTATION and to work better on serial terminals |
|
|
25 | |
|
|
26 | Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp |
| 4 | |
27 | |
| 5 | 12 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
28 | 12 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
| 6 | |
29 | |
| 7 | Fix ipaddr_fallback in net-scripts/conf.d/net.example |
30 | Fix ipaddr_fallback in net-scripts/conf.d/net.example |
| 8 | |
31 | |