| … | |
… | |
| 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 | |
4 | |
| 5 | 25 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
5 | 25 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
| 6 | |
6 | |
| 7 | In net-scripts/net.modules.d/ifconfig: |
7 | net-scripts/net.modules.d/ifconfig: |
| 8 | - Simplify ifconfig_is_up() |
8 | - Simplify ifconfig_is_up() |
| 9 | - Fix ifconfig_get_aliases_rev() to actually work... you can't |
9 | - Fix ifconfig_get_aliases_rev() to actually work... you can't |
| 10 | specify an interface name to ifconfig if you want to see the |
10 | specify an interface name to ifconfig if you want to see the |
| 11 | aliases. |
11 | aliases. |
| 12 | - Workaround a couple ifconfig bugs dealing with aliases |
12 | - Workaround a couple ifconfig bugs dealing with aliases |
| 13 | - Correct a return status in ifconfig_interface_del_addresses() |
13 | - Correct a return status in ifconfig_interface_del_addresses() |
|
|
14 | - ifconfig_iface_stop() is bool, not void; fix the comments |
|
|
15 | |
|
|
16 | net-scripts/net.modules.d/iproute2: |
|
|
17 | - iproute2_iface_stop() is bool, not void. Fix the code so it |
|
|
18 | returns meaningful values |
|
|
19 | |
|
|
20 | net-scripts/init.d/net.lo: |
|
|
21 | - Fix preferred (ifconfig/dhcpcd) module loading so it doesn't |
|
|
22 | barf when a preferred module is either (1) missing from |
|
|
23 | net.modules.d or (2) not available due to missing dependencies |
|
|
24 | - When loading all modules in order to stop an interface, only use |
|
|
25 | the first available to satisfy each class wrapper |
| 14 | |
26 | |
| 15 | 24 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
27 | 24 Oct 2004; Aron Griffis <agriffis@gentoo.org>: |
| 16 | |
28 | |
| 17 | Include livecd patch that was applied to baselayout-1.9.4-r6 |
29 | Include livecd patch that was applied to baselayout-1.9.4-r6 |
| 18 | to use agetty instead of mingetty |
30 | to use agetty instead of mingetty |